printf("%d",(printf("Hello")); What it returns?
Answer Posted / varun
error bcz 1 bracket is missing.
if corected
output will b
Hello5
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What are linker error?
How can a program be made to print the line number where an error occurs?
What happens if a header file is included twice?
What is sizeof in c?
What is pragma c?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is the translation phases used in c language?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
Is python a c language?
What is bin sh c?
Is malloc memset faster than calloc?
How can you increase the allowable number of simultaneously open files?
Difference between goto, long jmp() and setjmp()?
What is the difference between malloc calloc and realloc in c?