C Programming :: C Fundamentals
- Who is father of C Language?
- C Language developed at _________?
- For 16-bit compiler allowable range for integer constants is ________?
- C programs are converted into machine language with the help of
- C was primarily developed as
- Which one of the following is not a reserved keyword for C?
- A C variable cannot start with
- Which one of the following is not a valid identifier?
-
What will be printed after execution of the following program code?
main()
{
printf("\\nab");
printf("\\bsi");
printf("\\rha");
}