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


Please Help Members By Posting Answers For Below Questions

What are different types of pointers?

804


How to establish connection with oracle database software from c language?

1964


What is the function of this pointer?

917


How does #define work?

862


Write a progarm to find the length of string using switch case?

1867


how could explain about job profile

1678


Explain what is the difference between a string and an array?

918


Can we change the value of #define in c?

801


What are called c variables?

797


What are structural members?

806


Is there any possibility to create customized header file with c programming language?

853


What is pass by value in c?

816


Why clrscr is used after variable declaration?

1339


Can the sizeof operator be used to tell the size of an array passed to a function?

871


Can we change the value of static variable in c?

783