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

What are the different pointer models in c?

4 Answers  


write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]

7 Answers  


What is the use of typedef in structure in c?

0 Answers  


What does %c mean in c?

0 Answers  


what is array?

8 Answers  


#include<stdio.h> #include<conio.h> void main() { float a; clrscr(); a=0.5; if(a==0.5) printf("yes"); else printf("no"); getch(); }

9 Answers   TCS,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


what is a stack

6 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

0 Answers   IBM,


What does *p++ do?

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


Categories