Explain how do you declare an array that will hold more than 64kb of data?
No Answer is Posted For this Question
Be the First to Post Answer
In header files whether functions are declared or defined?
Subtract Two Number Without Using Subtraction Operator
what information does the header files contain?
6 Answers BSNL, Cisco, GDA Technologies,
What are pointers? Why are they used?
char ch="{'H','I',0};printf("%s",ch);what is output
Where static variables are stored in c?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
What is the difference between GETS();AND SCANF();
What are the various topologies? Which one is the most secure?
How do I create a directory? How do I remove a directory (and its contents)?
How we can write a value to an address using macro..?
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?