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

Answer Posted / srinivasa. p

5

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

Is This Answer Correct ?    13 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the format specifier for printing a pointer value?

593


why programs in c are running with out #include? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

1298


write a program to create a sparse matrix using dynamic memory allocation.

4348


Which is better oop or procedural?

605


What is the condition that is applied with ?: Operator?

638






What is #line in c?

538


What is the difference between test design and test case design?

1542


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

638


What is actual argument?

567


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1093


What is header file definition?

543


What is uint8 in c?

613


How can I find out the size of a file, prior to reading it in?

594


What happens if you free a pointer twice?

578


Explain what are compound statements?

579