Input / Output – True / False Questions 1. While calling the fprintf() function in the format string conversion specifier %s can be used to write…
Input / Output – Point Out Correct Statements 1. Which of the following statements about the program is correct? A. The code counts the number of…
Input / Output – Point Out Errors 1. Point out the error in the program. A. Error: in unsigned char statement B. Error: unknown file…
Input / Output – Find Output of Program 1. What will be the content of 'file.c' after executing the following program? 2. What will be the…
Strings – Find Output of Program 1. What will be the output of the program? A. Hello B. World C. Hello World D. WorldHello…
Pointers – Find Output of Program 1. What will be the output of the program? A. ink B. ack C. ite D. let 2.…
Expressions – Find Output of Program 1. What will be the output of the program? A. -2, 3, 1, 1 B. 2, 3, 1,…
Declarations and Initializations – Find Output of Program 1. What is the output of the program given below? A. 0, 1, 2 B. 1, 2, 3…