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


Please Help Members By Posting Answers For Below Questions

What is the difference between ++a and a++?

698


Can a file other than a .h file be included with #include?

687


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1778


What are types of preprocessor in c?

621


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

647






How is pointer initialized in c?

588


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2239


What is the size of array float a(10)?

658


What is c variable?

555


Why c is faster than c++?

634


Do pointers need to be initialized?

565


What is keyword with example?

643


What is difference between class and structure?

571


Is c is a procedural language?

601


What is a example of a variable?

554