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
}

Answers were Sorted based on User's Feedback



main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then..

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

main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then..

Answer / hema

#1
how it is?

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

How can you call a function, given its name as a string?

0 Answers  


What are identifiers c?

0 Answers  


What are the types of type specifiers?

0 Answers  


What is indirection?

0 Answers  


What are Macros? What are its advantages and disadvantages?

0 Answers   TCS,


why do we use pointer instead directly acessing the data?

2 Answers  


What are 3 types of structures?

0 Answers  


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


Why malloc is faster than calloc?

0 Answers  


main() { int a,b; printf("%d,%d",scanf("%d%d",&a,&b)); } => do u mean above program's output... =>output will be:2,whatever you enter value for b. =>because scanf is a library fn which will return how many arguements it processes, and second value you are right mr.Satya but i found my self unable to understand that for the first time scanf returns the no of successful matches but how for the second time it returns the value of 'b'.while a function should return the same 'r' value every time.

1 Answers   Cisco,


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


Categories