C Programming - Input / Output - Discussion

Discussion Forum : Input / Output - Find Output of Program (Q.No. 10)
10.
What will be the output of the program ?
#include<stdio.h>

int main()
{
    printf("%%%%\n");
    return 0;
}
%%%%%
%%
No output
Error
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
36 comments Page 4 of 4.

Prajwalita said:   6 years ago
Thanks all for the explanation.

KRISHNAKANTH YENUMULA said:   2 decades ago
Why four % are not printed?

Vidhya said:   1 decade ago
I agree with Niranjan.

Sneha said:   1 decade ago
Yes I got it.

Madhu said:   1 decade ago
Is it right?

Reuben said:   7 years ago
Thanks all.
(1)


Post your comments here:

Your comments will be displayed after verification.