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
What is calloc() function?
Differentiate between calloc and malloc.
What is the difference between array and pointer in c?
What is output redirection?
Process by which one bit pattern in to another by bit wise operation is?
What is the sizeof () a pointer?
What is structure in c definition?
Write a program to identify if a given binary tree is balanced or not.
Why does everyone say not to use gets?
What is c language & why it is used?
Explain what is the heap?
what is use of malloc and calloc?
What are the advantages of using macro in c language?
What are the loops in c?
how to create duplicate link list using C???