In C, function definition starts with the return type.
What is the output of printf("%s", "Hello" + 1);?
What is the output of printf("%d", 5 << 2);?
How do you define a macro in C?
What is the output of printf("%d", ~5);?
What is the output of printf("%c", 65);?
What is the purpose of the 'strncpy' function in C?
What is the purpose of the 'do-while' loop in C?
What is the purpose of the 'getch' function in C?
How do you declare a dynamic array in C?
How do you include a header file in C?