1. main()
{
printf("%d",printf("HelloSoft"));
} Output?

Answer Posted / sandy

Upon a successful return, the printf() function returns the
number of characters printed.

Answer: HelloSoft9

Is This Answer Correct ?    39 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the types of data types and explain?

675


How can I read and write comma-delimited text?

625


4. main() { int c=- -2; printf("c=%d",c); }

1373


What is the difference between exit() and _exit() function in c?

588


What is difference between structure and union with example?

603






Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

657


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

656


What is a good data structure to use for storing lines of text?

604


Is c++ based on c?

658


How do you determine a file’s attributes?

609


What is d'n in c?

640


What is c mainly used for?

603


‎How to define structures? · ‎

639


In a switch statement, what will happen if a break statement is omitted?

610


Explain the term printf() and scanf() used in c language?

600