printf("%d",(printf("Hello")); What it returns?

Answer Posted / peddivinodkumarchowdary

hello5

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can two or more operators such as and be combined in a single line of program code?

799


show how link list can be used to repersent the following polynomial i) 5x+2

1672


What is ctrl c called?

584


Why is it important to memset a variable, immediately after allocating memory to it ?

1546


Is there a way to switch on strings?

607






Did c have any year 2000 problems?

647


What is the difference between pure virtual function and virtual function?

641


How can I do graphics in c?

586


write a c program to find the sum of five entered numbers using an array named number

1615


what is a constant pointer in C

664


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

689


How many types of operator or there in c?

593


Can main () be called recursively?

619


Can you add pointers together? Why would you?

634


What is ## preprocessor operator in c?

607