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
What are different types of pointers?
How to establish connection with oracle database software from c language?
What is the function of this pointer?
How does #define work?
Write a progarm to find the length of string using switch case?
how could explain about job profile
Explain what is the difference between a string and an array?
Can we change the value of #define in c?
What are called c variables?
What are structural members?
Is there any possibility to create customized header file with c programming language?
What is pass by value in c?
Why clrscr is used after variable declaration?
Can the sizeof operator be used to tell the size of an array passed to a function?
Can we change the value of static variable in c?