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


Please Help Members By Posting Answers For Below Questions

What are linker error?

869


How can a program be made to print the line number where an error occurs?

898


What happens if a header file is included twice?

833


What is sizeof in c?

782


What is pragma c?

874


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1683


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.. :(

2028


What is the translation phases used in c language?

871


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.

3590


Is python a c language?

804


What is bin sh c?

808


Is malloc memset faster than calloc?

830


How can you increase the allowable number of simultaneously open files?

849


Difference between goto, long jmp() and setjmp()?

978


What is the difference between malloc calloc and realloc in c?

920