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
can we have joblib in a proc ?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Tell us the use of fflush() function in c language?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Why isn't it being handled properly?
What is the difference between malloc() and calloc()?
What is the return type of sizeof?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What does it mean when a pointer is used in an if statement?
What is the usage of the pointer in c?
What is enumerated data type in c?
What is a example of a variable?
What is difference between structure and union in c programming?
When would you use a pointer to a function?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.