What is the output of the following “c” program ?


Loading

โœช Choose the correct option.

What is the output of the following “c” program ?


#include

void main()

{

int i = 107, x = 5;

printf ((x > 7)? "%d" : "%c:, i)

}

A. an execution error
B. a syntex error
C. printing of k
D. none of these