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

Why is it that not all header files are declared in every C program?

684


Why is c called "mother" language?

857


What is new line escape sequence?

811


Can we initialize extern variable in c?

634


What is the best way to store flag values in a program?

581






what are # pragma staments?

1631


Explain the difference between malloc() and calloc() function?

602


What is the meaning of && in c?

550


What is 2c dna?

608


What are global variables and how do you declare them?

622


What the different types of arrays in c?

614


Difference between strcpy() and memcpy() function?

680


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

748


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1663


What is sorting in c plus plus?

565