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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2858


In a byte, what is the maximum decimal number that you can accommodate?

1199


What is pointer to pointer in c language?

1212


Why do we need functions in c?

1082


What are the key features in c programming language?

1127


Explain how can I right-justify a string?

1097


Explain threaded binary trees?

1214


What is cohesion and coupling in c?

1096


What are valid operations on pointers?

1263


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

1058


How can you restore a redirected standard stream?

1175


write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a

2007


write a program to generate address labels using structures?

4623


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2370


What is bubble sort technique in c?

1039