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
Explain what is the difference between null and nul?
What is the difference between text and binary i/o?
What are derived data types in c?
Why void is used in c?
What extern c means?
What is echo in c programming?
What is the use of typedef in structure in c?
Write a program to print "hello world" without using a semicolon?
What is a static function in c?
Explain what is the concatenation operator?
In C language, a variable name cannot contain?
What are # preprocessor operator in c?
What will be your course of action for a push operation?
When should a far pointer be used?
What is function prototype in c with example?