What will be the output of the program ?
#include int main() { printf("%%%%\n"); return 0; }
%%%%%
%%
No output
Error
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option B
Explanation :
No answer description available for this question.
Be The First To Comment