When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
what is the value of b if a=5; b=++a + ++a
31 Answers Infosys, TCS, Tech Mahindra,
write a programme to convert temperature from farenheit to celcius?
Why is structure padding done in c?
Explain the difference between struct and union.
The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
What are the advantages and disadvantages of c language?
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
Explain what are the __date__ and __time__ preprocessor commands?
how to use virual function in real time example
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
11 Answers HCL, Vector, Vector India, Vector Solutions, Wipro,
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.