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 / karna

answer is 1.because it counts how many numbers are given as input

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the general form of a C program?

1070


Differentiate between declaring a variable and defining a variable?

1091


Write a program to print "hello world" without using a semicolon?

1120


Explain how do you search data in a data file using random access method?

1176


What is double pointer?

1042


Write a program to generate the Fibinocci Series

1302


What is the purpose of sprintf() function?

1184


State two uses of pointers in C?

1108


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

1050


What is linear search?

1182


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1189


What is extern variable in c with example?

1056


Explain main function in c?

1137


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3967


Explain enumerated types in c language?

1104