1. main()
{
printf("%d",printf("HelloSoft"));
} Output?
Answer Posted / unknown
as %d is used for int and "hellosoft" is char , error will
prevail.
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Explain 'bus error'?
Can you please compare array with pointer?
What do you understand by normalization of pointers?
What is storage class?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
where are auto variables stored? What are the characteristics of an auto variable?
How can a string be converted to a number?
What is #include stdio h?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
Write a code on reverse string and its complexity.
Which are low level languages?
Explain what is gets() function?
What's the difference between constant char *p and char * constant p?
What is difference between structure and union?
What is multidimensional arrays