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


Please Help Members By Posting Answers For Below Questions

how do you programme Carrier Sense Multiple Access

1516


How to explain the final year project as a fresher please answer with sample project

469


Explain the properties of union.

609


What is equivalent to ++i+++j?

643


What are the functions to open and close the file in c language?

594






What is use of bit field?

773


What is pointer to pointer in c language?

595


Is linux written in c?

601


What is call by reference in functions?

567


Describe explain how arrays can be passed to a user defined function

605


What is difference between arrays and pointers?

583


What is the significance of scope resolution operator?

860


Explain union. What are its advantages?

617


What is getch c?

853


What are extern variables in c?

549