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
What is meant by int main ()?
Is javascript written in c?
Is there any possibility to create customized header file with c programming language?
What is the benefit of using #define to declare a constant?
What does %d do?
What is line in c preprocessor?
What are the 4 types of organizational structures?
Explain what are preprocessor directives?
Explain how do you print an address?
What is merge sort in c?
What is the difference between #include
What are the properties of union in c?
What is pragma in c?
What is the purpose of main() function?
What is a pointer value and address in c?