Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the output of
printf("%d",(scanf("%d",10));

Answer Posted / ravinder singh rawat

scanf returns nos. of arguments taken by scanf hence it
will ask user to input and if integer is fed as I/P then
printf gives 1 as o/p

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what are the advantages and disadvantages of a heap?

1129


What are the disadvantages of c language?

1257


Explain what is #line used for?

1123


Why clrscr is used in c?

1060


Explain what does a function declared as pascal do differently?

1345


What are the data types present in c?

1240


Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

15890


which is conditional construct a) if statement b) switch statement c) while/for d) goto

1268


Explain what are multidimensional arrays?

1122


What are the general description for loop statement and available loop types in c?

1169


What is wrong with this initialization?

1065


Is main a keyword in c?

1183


Explain the meaning of keyword 'extern' in a function declaration.

1210


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

2013


Where define directive used?

1146