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:Write a program to read three numbers from the user and find the highest number Program: #include<stdio.h> #include<conio.h> void main( ) { … Read MoreC Program that Calculates the area of a square by giving length of the side from the user Program: #include<stdio.h> #include<conio.h> void main( ) { … Read MoreC Program that calculates the Volume of the Sphere Program: #include<stdio.h> #include<conio.h> #define pi 3.14 void main( ) { … Read MoreWhat would be the output of the following following Program? #include<stdio.h> #include<conio.h> void main( ) { &nb… Read MoreWrite a program to read two numbers from the user and find highest number Program: #include<stdio.h> #include<conio.h> void main( ) { … Read More
0 comments:
Post a Comment