C - Keywords - Discussion

You Are Here :: Home > C > Keywords - Discussion

 



Q.

What will be the output of program ?

#include
int main( )
{
printf("nn /n/n nn/n");
return 0;
}

A. Nothing B. nn /n/n nn
C. nn /n/n D. Error

Answer: Option B
Explaination:

 


No Explanation








Discussion

Your Comments Goes here...
NameDiscussion