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

Answer Posted / srinivasa. p

1

Printf() return number character print on STD::out

Is This Answer Correct ?    4 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When should you use a type cast?

593


What are the parts of c program?

637


Explain 'bus error'?

563


What is the default value of local and global variables in c?

560


How to declare a variable?

572






Explain what are header files and explain what are its uses in c programming?

628


Why do we use int main?

610


Explain why C language is procedural?

773


What are variables c?

622


i have a written test for microland please give me test pattern

2183


Can we assign string to char pointer?

588


Is it better to use malloc() or calloc()?

649


What is d scanf?

595


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1544


Why do we write return 0 in c?

555