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 is I ++ in c programming?
What is bubble sort technique in c?
What is data type long in c?
What is storage class?
how can f be used for both float and double arguments in printf? Are not they different types?
How to Throw some light on the splay trees?
In which layer of the network datastructure format change is done
What does 4d mean in c?
What is function definition in c?
How can you determine the maximum value that a numeric variable can hold?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Which is best book for data structures in c?
Why is event driven programming or procedural programming, better within specific scenario?
C language questions for civil engineering
What is a nested loop?