printf("%d",(printf("Hello")); What it returns?
Answer Posted / s.veena bhargavi
prinf execution starts from right to left so it will prints
hello &here printf is taken as a function, it returns int
value as len of srting is 5.it does'nt count /0
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the difference between null pointer and wild pointer?
What is 1f in c?
Is boolean a datatype in c?
If the size of int data type is two bytes, what is the range of signed int data type?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Can you add pointers together? Why would you?
How can you read a directory in a C program?
When should the const modifier be used?
hi send me sample aptitude papers of cts?
Can we compile a program without main() function?
What is the difference between abs() and fabs() functions?
Tell me is null always defined as 0(zero)?
What is a 'null pointer assignment' error?
What is volatile variable how do you declare it?