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 multidimensional arrays
What is a static function in c?
How can I dynamically allocate arrays?
Explain how can I remove the trailing spaces from a string?
Explain how can I convert a number to a string?
What are the types of type specifiers?
What is bubble sort technique in c?
What are 3 types of structures?
What is static function in c?
Why is event driven programming or procedural programming, better within specific scenario?
Explain the binary height balanced tree?
In C language what is a 'dangling pointer'?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is masking?
What is the use of typedef in structure in c?