What are directives in c?
No Answer is Posted For this Question
Be the First to Post Answer
Tell us bitwise shift operators?
wtite a program that will multiply two integers in recursion function
How do I convert a string to all upper or lower case?
what is default constructor?
What is meaning of "Void main" in C Language.
24 Answers Ford, GU, HCL, IBIBS, JUW, TCS,
When would you use a pointer to a function?
What is maximum size of array in c?
i want to job in your company, so how it will be possible.
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
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,
write a progam to display the factors of a given number and disply how many prime numbers are there?
What is pivot in c?