Viva voce questions for C programming
Question 1: What is the purpose of the #include <stdio.h> statement in C?
Answer: The #include <stdio.h> statement in C is used to include the standard input/output library in a program. It provides access to functions like printf() and scanf() which...
blog.jyotiprakash.org120 min read