What is the Output of the following Program 22:39 by Vignesh Daily Questions 0 #include<stdio.h> #include<conio.h> void main( ) { int i=10; printf("%d,%i",i,i); } Options: A) 10, 20 B) 10, 0 C) 10, 10 D) an error Answer Option C) Because we can give % i also for interger datatype Share This: Fawitter Google+ Email ThisBlogThis!Share to XShare to Facebook Related Posts:What is the Output of the following Program? #include<stdio.h> #include<conio.h> void main( ) { &nbs… Read MoreWhat would be the output of the following Program? #include<stdio.h> #include<conio.h> void main( ) { … Read MoreWhat is the output of the following Program? #include<stdio.h> #include<conio.h> void main( ) { &nb… Read MoreWhat is the output of the Following Program? #include<stdio.h> #include<conio.h> void main( ) { … Read MoreWhat would be the output of the following following Program? #include<stdio.h> #include<conio.h> void main( ) { &nb… Read More
0 comments:
Post a Comment