Which header file should you include if you are to develop a function which can accept variable number of arguments?
No Answer is Posted For this Question
Be the First to Post Answer
Is register a keyword in c?
When is a null pointer used?
Why do we need volatile in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
write a program to fined second smallest and largest element in a given series of elements (without sorting)
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
ATM machine and railway reservation class/object diagram
Why c is faster than c++?
List the difference between a "copy constructor" and a "assignment operator"?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?