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
Can a function argument have default value?
What is the purpose of macro in C language?
What is the best way to store flag values in a program?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
explain what is fifo?
what are non standard function in c
Are there namespaces in c?
Where in memory are my variables stored?
What is difference between far and near pointers?
Tell me is null always defined as 0(zero)?
What is a macro?
What is meant by type specifiers?
Explain how do I determine whether a character is numeric, alphabetic, and so on?
What are control structures? What are the different types?
What is the ANSI C Standard?