What will be the output of the following programs:- #include<stdio.h> int main() { int i; printf("%d",sizeof(i)); }

Question:
What will be the output of the following programs:-

#include<stdio.h>
int main()
{
int i;
printf("%d",sizeof(i));
}

1.Compiler error

2.Ascii value of i

3.1

4.4

Posted Date:-2021-06-24 08:32:48


More MCQS Questions and answers

Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!