What will be the output of the program? #include<stdio.h> int main() { printf("%%%% "); return 0; }

Correct Answer: %%

More Questions from Input / Output

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion