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
What is the purpose of scanf() and printf() functions?
Can i use “int” data type to store the value 32768? Why?
What is an array? What the different types of arrays in c?
Why ca not I do something like this?
Why do we use int main?
What is dynamic memory allocation?
how should functions be apportioned among source files?
show how link list can be used to repersent the following polynomial i) 5x+2
What does. int *x[](); means ?
Can we increase size of array in c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Write a program to show the change in position of a cursor using c
Is main is user defined function?
What is difference between class and structure?
What is the right type to use for boolean values in c?