What is #define used for in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between constant pointer and constant variable?
How to write in a function declaration and in function call in which the function has 'n' number of varible or arguments?
what value is returned to operating system after program execution?
What do the functions atoi(), itoa() and gcvt() do?
What is the real time usage volatile?
Write a program to print factorial of given number without using recursion?
What is mean by data types in c?
What is use of bit field?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
What do you mean by a sequential access file?
all c language question
What is the newline escape sequence?