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


I didn't count the ducks that I saw in line,
but I do remember that one duck was in front of two ducks,
another duck behind two ducks. How many ducks did I see?

Answers were Sorted based on User's Feedback



I didn't count the ducks that I saw in line, but I do remember that one duck was in front of t..

Answer / manoj pandya

3

Is This Answer Correct ?    26 Yes 3 No

I didn't count the ducks that I saw in line, but I do remember that one duck was in front of t..

Answer / ashu

4

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More C Interview Questions

What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


how to use enum datatype?Please explain me?

3 Answers   Excel,


what does data structure mean?

8 Answers  


What is self-referential structure in c programming?

0 Answers  


How can I open a file so that other programs can update it at the same time?

0 Answers  


How can I read a binary data file properly?

0 Answers  


What are the string functions? List some string functions available in c.

0 Answers  


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


Explain demand paging.

1 Answers   Agilent,


write a program to compare 2 numbers without using logical operators?

5 Answers   IBM,


Categories