What is the output of below code?
main() { static int a=5; printf("%3d",a--); if(a) main(); }
Answer Posted / vikas
output is 5 4 3 2 1
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What is ponter?
What is pre-emptive data structure and explain it with example?
What are the advantages of external class?
What are c header files?
Which programming language is best for getting job 2020?
What is time complexity c?
What is union and structure in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What's the right way to use errno?
What is external variable in c?
Is there sort function in c?
What are the different categories of functions in c?
Explain what does the function toupper() do?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..