C Programming MCQ

1:

The following program
main( )
{
printf ("%u", main);
}
results in

A.

printing of a garbage number

B.

an execution error

C.

printing of starting address of the function main

D.

an infinite loop

 

Answer : C

Explanation :

Like array name, name of a function is a pointer to it.

Write your comments here:


Report Error
 

Option: A

Explanation : Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here. Explanation will come here.