char S;
char S[6]= " HELLO";
printf("%s ",S[6]);
output of the above program ?
(0, ASCII 0, I,unpredictable)
Answer Posted / fazlur
null is the answer.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
write a c program to find the sum of five entered numbers using an array named number
Explain what happens if you free a pointer twice?
What is the use of f in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain what is the difference between functions abs() and fabs()?
What does 3 mean in texting?
what is the difference between 123 and 0123 in c?
What is meant by operator precedence?
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the difference between a string and an array?
What are pointers really good for, anyway?
How old is c programming language?
What are the different types of control structures?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
What is a good way to implement complex numbers in c?