T
Q. Which of these is valid syntax to include a header in C?
The valid syntaxes to include a header file to a program in C are: #include <header> #include "header"
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Range of signed char and unsigned char are.?
Q. Which is the correct syntax to declare a file pointer in C?
Q. Which of the following cannot be checked in a 'switch-case' statement?
Q. What will be the output of the following code snippet?
Q. What is the output of C program with arrays.?
Q. What is the priority of operators *, / and % in C language.?
Discusssion
Login to discuss.