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

Answer Posted / soupal roy

hello4

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is s in c?

598


How can I call fortran?

632


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 can you find the exact size of a data type in c?

588


Are c and c++ the same?

621






Describe dynamic data structure in c programming language?

593


Explain the difference between strcpy() and memcpy() function?

582


Where is c used?

641


What does %c mean in c?

638


How will you declare an array of three function pointers where each function receives two ints and returns a float?

768


What happens if header file is included twice?

642


List the variables are used for writing doubly linked list program.

1609


Why is c called "mother" language?

849


explain what is fifo?

625


difference between object file and executable file

6085