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...

main()
{
int i;
printf("%d",scanf"%d",&i))//if the input is 12 24 34 then
wat will be the output
}

Answer Posted / babu ba

1
bcoz it counts number of time the scanf fun access the user I/Ps

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are integer variable, floating-point variable and character variable?

1299


Whats s or c mean?

1087


Can you think of a logic behind the game minesweeper.

2521


Explain About fork()?

1174


how to find anagram without using string functions using only loops in c programming

3241


How can you allocate arrays or structures bigger than 64K?

1202


What is a method in c?

1211


What is void main ()?

1123


What is string function in c?

1052


Where define directive used?

1147


What is the use of sizeof?

1065


where are auto variables stored? What are the characteristics of an auto variable?

1108


What is the use of bitwise operator?

1175


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

1125


What is the difference between array and pointer in c?

1232