COMPUTER FUNDAMENTALS

COMPUTER APPLICATIONS

DATABASE MANAGEMENT SYSTEMS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
a = 10b = 10c = a + bprint(c)
A
10 10
B
10 + 10
C
20
D
10
E
20 10
Explanation: 

Detailed explanation-1: -The printf() is a library function to send formatted output to the screen. The function prints the string inside quotations. To use printf() in our program, we need to include stdio.h header file using the #include <stdio.h> statement.

Detailed explanation-2: -a’s value. Sorry nothing will get printed

There is 1 question to complete.