#include<stdio.h>
void main()
{
char s[]="\0";
printf("%d - %d\n",printf("%s",s),sizeof(s));
}
void main()
{
char s[]="\0";
printf("%d - %d\n",printf("%s",s),sizeof(s));
}
I scribble some typical C codes here which I find usually while programming. Blog comprises of C programming questionnaires where you have to identify the output, identical to questions asked in interviews. Any corrections or suggestions are welcomed. Note: Some questions may lack explanation, in such case apt explanations are invited & welcomed!