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?

Answer Posted / ashu

4

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is pre-emptive data structure and explain it with example?

3216


What does 4d mean in c?

951


What are local static variables? How can you use them?

651


What is the difference between c &c++?

649


Explain pointers in c programming?

640






What is a example of a variable?

557


What does emoji p mean?

610


Where are some collections of useful code fragments and examples?

721


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

670


Process by which one bit pattern in to another by bit wise operation is?

617


Describe wild pointers in c?

644


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

688


What is the -> in c?

591


write a program to rearrange the array such way that all even elements should come first and next come odd

1766


Subtract Two Number Without Using Subtraction Operator

360