Answer Posted / useless
C is just like a sea. very wide and deep....
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
How do we make a global variable accessible across files? Explain the extern keyword?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What is the use of pointers in C?
What is the process to generate random numbers in c programming language?
What are pragmas and what are they good for?
What are the various types of control structures in programming?
What does sizeof return c?
What is #define in c?
What will be the outcome of the following conditional statement if the value of variable s is 10?
When should the register modifier be used? Does it really help?
What is the correct code to have following output in c using nested for loop?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain the difference between null pointer and void pointer.
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none