What is getche() function?
What is function prototype in c with example?
Explain Function Pointer?
In a switch statement, explain what will happen if a break statement is omitted?
What are structural members?
What is meant by 'bit masking'?
What is typedef?
Explain what is the use of a semicolon (;) at the end of every program statement?
Explain how can you tell whether a program was compiled using c versus c++?
How can I find out if there are characters available for reading?
If null and 0 are equivalent as null pointer constants, which should I use?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is the use of define in c?
Is c compiled or interpreted?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.