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
0 comments:
Post a Comment