Libraries and Frameworks MCQ
Random: Off 1. What is the purpose of including the <stdio.h> header file in a C program? ⓐ. For mathematical functions ⓑ. For input and output operations ⓒ. For string handling functions ⓓ. For memory allocation functions Explanation: The <stdio.h> header file in C provides functions like printf() and scanf() for input and output operations. […]