printf("%d",(printf("Hello")); What it returns?
Answer Posted / sreenivasulu buddhala
It returns Hello5.since the inner printf been called
first,it would return the number of characters printed
successfully.so the result is Hello5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the meaning of 2d in c?
What are the disadvantages of a shell structure?
What are the types of c language?
What is assert and when would I use it?
Who is the founder of c language?
Can the “if” function be used in comparing strings?
What is structure packing in c?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
What is string concatenation in c?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
Differentiate between calloc and malloc.
What is c variable?
hi any body pls give me company name interview conduct "c" language only
write a program in c language to print your bio-data on the screen by using functions.
What is the easiest sorting method to use?