Answer Posted / ram
Hello5 is the answer because the inside printf prints the
string and printf returns the no of charters pinted on the
screen so it is 5.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Why c is called top down?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is file in c preprocessor?
How can I read and write comma-delimited text?
What is the meaning of 2d in c?
How do I round numbers?
What is the difference between malloc() and calloc() function in c language?
Compare interpreters and compilers.
What is s in c?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the stack in c?
How does selection sort work in c?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
What do you mean by recursion in c?
Explain how can you tell whether a program was compiled using c versus c++?