printf("%d",(printf("Hello")); What it returns?
Answer Posted / srinivasa. p
5
Printf() return number character print on STD::out
| Is This Answer Correct ? | 13 Yes | 16 No |
Post New Answer View All Answers
What are the usage of pointer in c?
how do you execute a c program in unix.
What is the difference between far and near ?
What is the difference between single charater constant and string constant?
Can a pointer be null?
Disadvantages of C language.
Why c is procedure oriented?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is the best organizational structure?
Can you please explain the difference between malloc() and calloc() function?
What is p in text message?
Can we compile a program without main() function?
to find the closest pair