Differentiate between #include<...> and #include '...'
No Answer is Posted For this Question
Be the First to Post Answer
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
program to print upper & lower triangle of a matrix
Explain what are its uses in c programming?
What are the disadvantages of external storage class?
Write a program to implement queue.
Explain how are 16- and 32-bit numbers stored?
Explain setjmp()?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
How can you pass an array to a function by value?
write a c program to find the roots of a quadratic equation ax2 + bx + c = 0
11 Answers CSC, St Marys, TATA,
where does it flourished?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?