1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answers were Sorted based on User's Feedback
Answer / sandy
Upon a successful return, the printf() function returns the
number of characters printed.
Answer: HelloSoft9
| Is This Answer Correct ? | 39 Yes | 2 No |
Answer / unknown
as %d is used for int and "hellosoft" is char , error will
prevail.
| Is This Answer Correct ? | 2 Yes | 8 No |
what is const volatile?
prototype of sine function.
What is restrict keyword in c?
what does ‘Bus Error’ mean?
What is variables in c?
code for selection sort?
What are global variables and explain how do you declare them?
what is an inline fuction??
Simplify the program segment if X = B then C ← true else C ← false
Why do we use static in c?
What is d'n in c?
What is sizeof int in c?