char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / vignesh1988i
unpredictable..............
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
All technical questions
Why is c so powerful?
What are logical errors and how does it differ from syntax errors?
What is n in c?
When do we get logical errors?
How will you find a duplicate number in a array without negating the nos ?
What is else if ladder?
What is the basic structure of c?
Why is void main used?
How can you call a function, given its name as a string?
What is the use of ?: Operator?
Is multithreading possible in c?
Is main a keyword in c?
What is define c?
Explain what is gets() function?