What is the output of printf("%d", printf("Hello"));?



What is the output of printf("%d", printf("Hello"));?..

Answer / nashiinformaticssolutions

Output:
Hello5

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the use of header files?

0 Answers  


What is a stream in c programming?

0 Answers  


find the size of structure without using the size of function

1 Answers   Bosch,


#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }

7 Answers   Infosys,


What does. int *x[](); means ?

0 Answers   Wilco,


In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none

0 Answers  


explain memory layout of a C program

2 Answers  


What is your stream meaning?

0 Answers  


how to multiply two number taking input as a string (considering sum and carry )

2 Answers   Wipro,


can please someone teach me how to create this program using while statement.. this is the output should look like 0 2 4 6 8 10 -thanks.. :) need it asap...

7 Answers  


Are bit fields portable?

0 Answers   EXL,


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

0 Answers  


Categories