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

When a c file is executed there are many files that are automatically opened what are they files?

598


how logic is used

1504


What is the difference between malloc calloc and realloc in c?

655


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

652


please give me some tips for the placement in the TCS.

1637






how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1508


What is unary operator?

662


What are dangling pointers in c?

650


What are global variables?

652


What are the preprocessor categories?

641


Explain what is the heap?

626


Explain how do you generate random numbers in c?

628


How can a string be converted to a number?

521


What is floating point constants?

695


How many types of errors are there in c language? Explain

577