printf("%d",(printf("Hello")); What it returns?
Answer Posted / dally
It will print hello with length of 5.Because return value of
printf is length of that string.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I swap bytes?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What are the types of operators in c?
What are the types of variables in c?
When can a far pointer be used?
Explain the advantages and disadvantages of macros.
write a program to copy the string using switch case?
What are pointers really good for, anyway?
What tq means in chat?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is meant by int main ()?
What do you mean by command line argument?
Why is sprintf unsafe?
Where are c variables stored in memory?
Explain how can I remove the trailing spaces from a string?