What is the purpose of 'register' keyword?
No Answer is Posted For this Question
Be the First to Post Answer
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Explain about block scope in c?
what is diff b/w huge & far & near pointer??
i want the code for printing the output as follows 4 4 3 3 2 2 1 1 0 1 1 2 2 3 3 4 4
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?
What are the advantages of Macro over function?
what is the need for main function in c?
How do I initialize a pointer to a function?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
to convert a string without using decrement operater and string functions
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
What are called c variables?