printf("%d",(printf("Hello")); What it returns?
Answer Posted / anil kumar
Result is Hello5
Inner printf prints Hello and outer printf gives length of
string i.e. 5
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
what is the syallabus of computer science students in group- 1?
what will be maximum number of comparisons when number of elements are given?
What are the back slash character constants or escape sequence charactersavailable in c?
What 'lex' does?
pierrot's divisor program using c or c++ code
How to find a missed value, if you want to store 100 values in a 99 sized array?
Describe the header file and its usage in c programming?
the question is that what you have been doing all these periods (one year gap)
Who developed c language?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What are shell structures used for?
What is the full form of getch?
What is an array? What the different types of arrays in c?
What is volatile c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none