char S;
char S[6]= " HELLO";
printf("%s ",S[6]);

output of the above program ?
(0, ASCII 0, I,unpredictable)

Answer Posted / prasanth

IT`LL SHOW AS MULTIPLE DECLATION FOS S AND WE`LL NOT OBTAIN
THE OUTPUT

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to check whether a number is prime or not using c?

576


Are pointers integer?

549


What is bubble sort technique in c?

592


What the different types of arrays in c?

612


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

631






Where is volatile variable stored?

649


Is c a great language, or what?

604


the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none

646


Explain modulus operator.

597


What is the -> in c?

585


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

640


What is a scope resolution operator in c?

751


Explain what is gets() function?

633


i have a written test for microland please give me test pattern

2183


What is the difference between malloc() and calloc()?

617