printf("%d",(printf("Hello")); What it returns?
Answer Posted / atul shukla
printf("%d",(printf("Hello"));
result is for sure hello5
anywhere if braces () are used it uses stack to perform its
operation last open braces will sort first and
print 'hello'and printf return int value its protype is
int printf(const char *format [,argument,...]);
value return will be length of string thats 5
u can change hello to any other string it will print lenght
of string only
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by c what are the main characteristics of c language?
How do you list a file’s date and time?
Why void main is used in c?
Why shouldn’t I start variable names with underscores?
What is a struct c#?
What is the code in while loop that returns the output of given code?
application attempts to perform an operation?
What are the types of arrays in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
Tell me the use of bit field in c language?
What is the best style for code layout in c?
What is wrong with this initialization?
What are different types of operators?
What is a program flowchart and how does it help in writing a program?
Which driver is a pure java driver