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 / divakar & venkatesh

u will get the following error
conflicting types for 'S'

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

2334


what are bit fields? What is the use of bit fields in a structure declaration?

2119


What is the size of empty structure in c?

1078


Differentiate abs() function from fabs() function.

1008


What is static volatile in c?

1019


What is the value of uninitialized variable in c?

1029


Explain modulus operator.

1050


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

1254


Do you know what are bitwise shift operators in c programming?

1099


What is main function in c?

1075


Is there any possibility to create customized header file with c programming language?

1064


What are comments and how do you insert it in a C program?

1244


What is echo in c programming?

1018


How do you construct an increment statement or decrement statement in C?

1228


#include { printf("Hello"); } how compile time affects when we add additional header file .

1892