WAP to accept rollno,course name & marks of a student &
display grade if total marks is above 200?
Answer Posted / don
Frnds plss tell me the answer
| Is This Answer Correct ? | 17 Yes | 6 No |
Post New Answer View All Answers
What is the use of static variable in c?
What is the use of pointers in C?
What is the use of f in c?
What are the types of assignment statements?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can you increase the size of a dynamically allocated array?
What are compound statements?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What should malloc() do?
Can a pointer point to null?
Explain the difference between #include "..." And #include <...> In c?
What is const and volatile in c?
What is pass by reference in c?
What is a good way to implement complex numbers in c?
Can we compile a program without main() function?