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
Wt are the Buses in C Language
What is variables in c?
Write a program to swap two numbers without using the third variable?
Explain modulus operator.
Explain what is the benefit of using enum to declare a constant?
what are the facialities provided by you after the selection of the student.
What is the difference between array_name and &array_name?
How does free() know explain how much memory to release?
What is mean by data types in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is sizeof in c?
What are the different types of linkage exist in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
Why is c so important?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.