Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

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

Answer Posted / vrushali

The answer is unpredictable....

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the features of the c language?

1143


find the sum of two matrices and WAP for it.

1199


I heard that you have to include stdio.h before calling printf. Why?

1117


Why do we use main function?

1238


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

2044


What are dangling pointers? How are dangling pointers different from memory leaks?

1394


Write a progarm to find the length of string using switch case?

2125


Explain how do you list a file’s date and time?

1093


How can I invoke another program or command and trap its output?

1157


how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.

1740


What is getch() function?

1109


In C language what is a 'dangling pointer'?

1244


How can you avoid including a header more than once?

1025


Write a program to print "hello world" without using a semicolon?

1121


How to draw the flowchart for structure programs?

9397