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
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
What is ambagious result in C? explain with an example.
What extern c means?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What functions are used in dynamic memory allocation in c?
Explain what is wrong with this program statement? Void = 10;
How can you call a function, given its name as a string?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is function prototype?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What is a structural principle?
Describe the header file and its usage in c programming?
What is the significance of an algorithm to C programming?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd