WAP to accept rollno,course name & marks of a student &
display grade if total marks is above 200?
Answer Posted / kundan kumar
this question is tru
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What is integer constants?
Should I learn data structures in c or python?
Why malloc is faster than calloc?
What is calloc()?
What is line in c preprocessor?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Can we change the value of #define in c?
Who invented bcpl language?
What does 2n 4c mean?
What is the difference between text files and binary files?
When should volatile modifier be used?
Explain the difference between strcpy() and memcpy() function?
Explain how can I write functions that take a variable number of arguments?
What is calloc malloc realloc in c?
What are identifiers and keywords in c?