char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / vrushali
The answer is unpredictable....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is c value paradox explain?
Why is sprintf unsafe?
What are runtime error?
to find the closest pair
What is the meaning of 2d in c?
What is type qualifiers?
Explain how can you tell whether two strings are the same?
What is break in c?
What are qualifiers and modifiers c?
in iso what are the common technological language?
What is a c token and types of c tokens?
writ a program to compare using strcmp VIVA and viva with its output.
How do you sort filenames in a directory?
what value is returned to operating system after program execution?
Explain what are bus errors, memory faults, and core dumps?