Answer Posted / subha raman
main()
{
printf("\nab");
printf("\bsi");
printf("\rha");
}
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Explain how do you list a file’s date and time?
What are c identifiers?
What is a char c?
What is the difference between fread and fwrite function?
What are the difference between a free-standing and a hosted environment?
What is the value of h?
how could explain about job profile
Does free set pointer to null?
What is c value paradox explain?
Explain how can I write functions that take a variable number of arguments?
Explain what are the __date__ and __time__ preprocessor commands?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
How do you list files in a directory?
Explain heap and queue.