C Programming
What will be the output of the program?#include#define int char void main(){ int i = 65; printf("sizeof(i)=%d", sizeof(i));}

None of These
sizeof(i)=1
Compiler Error
sizeof(i)=2

ANSWER DOWNLOAD EXAMIANS APP