printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
1
Printf() return number character print on STD::out
Is This Answer Correct ? | 4 Yes | 23 No |
Post New Answer View All Answers
Which is best linux os?
please give me some tips for the placement in the TCS.
What are header files? What are their uses?
Why is c called a mid-level programming language?
Is c object oriented?
What is hash table in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
How can I write a function that takes a format string and a variable number of arguments?
Why c is a procedural language?
What is printf () in c?
What is a stream water?
Once I have used freopen, how can I get the original stdout (or stdin) back?
What is the difference between scanf and fscanf?
int i=10; printf("%d %d %d", i, i=20, i);
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters