printf("%d",(printf("Hello")); What it returns?

Answer Posted / anupam sen

printf function returns the number of character it prints
so output:Hello5

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why isn't any of this standardized in c? Any real program has to do some of these things.

936


What are the 3 types of structures?

776


What are the salient features of c languages?

858


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

1186


What is scope of variable in c?

781


What is an arrays?

839


What is scope and lifetime of a variable in c?

785


List some applications of c programming language?

742


What is the use of getchar() function?

859


the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

756


c program for searching a student details among 10 student details

1880


Is flag a keyword in c?

917


Can you please explain the difference between syntax vs logical error?

935


What is the difference between mpi and openmp?

1002


Do pointers need to be initialized?

814