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
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.
#include
What is pass by value in c?
Can the curly brackets { } be used to enclose a single line of code?
What are dangling pointers in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How can I read a binary data file properly?
When should structures be passed by values or by references?
Differentiate between full, complete & perfect binary trees.
What do you understand by friend-functions? How are they used?
i want to know the procedure of qualcomm for getting a job through offcampus
What is %d called in c?
Can you write a programmer for FACTORIAL using recursion?
What kind of structure is a house?
Write the test cases for checking a variable having value in range -10.0 to +10.0?