Input / Output - Programming

Q1:

What will be the output of the program ?
#include<stdio.h>

int main()
{
    printf('%%%%\n');
    return 0;
}

A %%%%%

B %%

C No output

D Error

ANS:A - %%%%%

No answer description is available. Let's discuss.