what is the use of c program?
Answers were Sorted based on User's Feedback
Answer / abhi tiger
to build software applications and also provide services.
| Is This Answer Correct ? | 23 Yes | 1 No |
Answer / shubham singh
This is a tool by which computer can understand our
language in binary language.
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain the red-black trees?
What is stack in c?
Explain what is the benefit of using an enum rather than a #define constant?
tell me the full form of c?
what is the coding of display the factorial of a number using array and function?
What does nil mean in c?
How can you access memory located at a certain address?
What are the various types of control structures in programming?
Explain what is the difference between the expression '++a' and 'a++'?
praagnovation
Can a variable be both constant and volatile?
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?