Skip to main content
Life is an illusion
Search
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
December 08, 2019
C program output
Let us try something interesting now
#include<studio.h>
int main()
{
int a;
printf(“%d”,a);
a=3;
}
Will the above program compile? If it does will it produce output ? What will be the output? 0? 3?
If you need more such questions download
c quizard
app by
hegdeapps
Comments
Popular Posts
August 31, 2019
ಬಲ
April 25, 2021
ಕಠೋಪನಿಷತ್
April 07, 2019
ಆಝಾದಿ
Comments
Post a Comment