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


Please Help Members By Posting Answers For Below Questions

For what purpose null pointer used?

606


What is declaration and definition in c?

525


What is sizeof c?

607


The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration

634


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

651






What is pragma c?

613


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1120


Why does the call char scanf work?

620


What is the use of bitwise operator?

690


C language questions for civil engineering

1243


What is a pointer in c?

683


Why isnt any of this standardized in c?

635


Explain how do you print only part of a string?

650


What tq means in chat?

582


What is the use of function overloading in C?

677