What is variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to print “hello world” without using semicolon?
What is auto keyword in c?
What is return type in c?
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 is the output of below int n=10; (n++)++; printf("%d",n);
how c source file in converted to exe file
State the difference between realloc and free.
Differentiate between a for loop and a while loop? What are it uses?
what is the difference between c and java?
What is nested structure in c?
how can i calculate mean,median,mode by using c program
what is the difference between getch() and getchar()?