What are global variables and explain how do you declare them?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure in c explain with example?
What are data structures in c and how to use them?
Can we access array using pointer in c language?
What is the use of keyword VOLATILE in C?
what is the hexidecimal number of 4100?
What is pointer in c?
What is static memory allocation?
what is pointer?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
In C programming, what command or code can be used to determine if a number of odd or even?
Where static variables are stored in memory 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?