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
How important is structure in life?
how to create duplicate link list using C???
What are pointers in C? Give an example where to illustrate their significance.
How can I use a preprocessorif expression to ?
What is malloc return c?
What is a pointer in c plus plus?
Can we initialize extern variable in c?
how we can make 3d venturing graphics on outer interface
Tell us something about keyword 'auto'.
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What are the different types of linkage exist in c?
Differentiate between #include<...> and #include '...'
What is the difference between array and structure in c?
What is advantage of pointer in c?