WAP to accept rollno,course name & marks of a student &
display grade if total marks is above 200?
Answer Posted / kundan
wap a program find out bawchera dital
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
What are the functions to open and close the file in c language?
Write a progarm to find the length of string using switch case?
What is malloc calloc and realloc in c?
Is it possible to have a function as a parameter in another function?
What is a structure in c language. how to initialise a structure in c?
What are type modifiers in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Why ca not I do something like this?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Explain what are preprocessor directives?
Explain how do you search data in a data file using random access method?
Can we access the array using a pointer in c language?
Explain how do you use a pointer to a function?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Differentiate between calloc and malloc.