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

How important is structure in life?

818


how to create duplicate link list using C???

2283


What are pointers in C? Give an example where to illustrate their significance.

977


How can I use a preprocessorif expression to ?

792


What is malloc return c?

804


What is a pointer in c plus plus?

932


Can we initialize extern variable in c?

882


how we can make 3d venturing graphics on outer interface

4391


Tell us something about keyword 'auto'.

849


A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.

1484


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

853


What are the different types of linkage exist in c?

799


Differentiate between #include<...> and #include '...'

823


What is the difference between array and structure in c?

807


What is advantage of pointer in c?

931