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
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Explain low-order bytes.
write a program to rearrange the array such way that all even elements should come first and next come odd
Write a factorial program using C.
provide an example of the Group by clause, when would you use this clause
how to execute a program using if else condition and the output should enter number and the number is odd only...
what is different between auto and local static? why should we use local static?
Does c have an equivalent to pascals with statement?
What is a void pointer in c?
What is indirection in c?
Is it possible to execute code even after the program exits the main() function?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How can I find out the size of a file, prior to reading it in?
What does char * * argv mean in c?
Can we increase size of array in c?