what will be printed by this printf?
printf("%c",printf("hi")["sharkselva"]));
}
Answer Posted / srsabariselvan3
hia
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is a pragma?
What is struct node in c?
What does sizeof int return?
How can I swap two values without using a temporary?
Are pointers integers in c?
What is the significance of scope resolution operator?
How many keywords (reserve words) are in c?
For what purpose null pointer used?
What is strcmp in c?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is string in c language?
Why should I prototype a function?
how should functions be apportioned among source files?
What extern c means?
Explain argument and its types.