what is diognisis?
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? Upload a C program to demonstrate the behaviour of the game.
What are inbuilt functions in c?
What language is windows 1.0 written?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
who is the father of c
For what purpose null pointer used?
What is bubble sort technique in c?
Write a program that accept anumber in words
What is getch?
what are the advantage and disadvantage of recursion
How we can insert comments in a c program?
Why use int main instead of void main?