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 ch="{'H','I',0};printf("%s",ch);what is output

Answers were Sorted based on User's Feedback



char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / prasath

thats error

Is This Answer Correct ?    2 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / punith

error

Is This Answer Correct ?    2 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / reddy

segmentation fault

Is This Answer Correct ?    2 Yes 1 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / vaibhav

it gives an error becoz of " .
if we ignore him then o/p will be HI .

Is This Answer Correct ?    1 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / vijay

h

Is This Answer Correct ?    0 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / sathish kumar

Hi All,

this is sathish. upto my knwowledge it depends on
compiler. in TurboC if u give char ch={'AB'}; it will
print B. In VC++ if u give char ch={'ABC'} it will give
C. But in TurboC u cannot give like this char ch={'ABC'};
(three character r nt allowed).

Is This Answer Correct ?    0 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / vignesh1988i

first of all the character initilization itself will give an error. since 0 is not provided with single codes. if we neglect that error or we correct the above error. the final output will be 0

Is This Answer Correct ?    0 Yes 0 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / kalpana.y


There will be no output
because,in char function the total values should be given
in invited comas i.e,

ch={"H,I,O"};

Is This Answer Correct ?    0 Yes 1 No

char ch="{'H','I',0};printf("%s",ch);what is output..

Answer / vignesh1988i

it will print hi...

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

Method Overloading exist in c ?

3 Answers   Wipro,


What is a MAC Address?

0 Answers  


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


What is the main differences between C and Embedded C?

9 Answers  


which header file contains main() function in c?

17 Answers   Google, HCL, TCS,


What is pointer to pointer in c?

0 Answers  


What is information technology.

1 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

1 Answers   Accenture, Concor, DMU, Satyam, Syntel, Tora,


regarding pointers concept

0 Answers  


what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

0 Answers  


Categories