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...

what will be the output:
main(){char ch;int a=10;printf("%d",ch);}

Answer Posted / ruth

it will print 64

Is This Answer Correct ?    0 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how do you search data in a data file using random access method?

1176


Difference between Function to pointer and pointer to function

1130


What are the storage classes in C?

1203


What is extern keyword in c?

1186


How will you write a code for accessing the length of an array without assigning it to another variable?

1094


Are there constructors in c?

1060


How will you delete a node in DLL?

1338


What are bitwise shift operators in c programming?

1136


Is c object oriented?

1016


Explain what are the different file extensions involved when programming in c?

1159


What is non linear data structure in c?

1074


Are there namespaces in c?

1189


Are bit fields portable?

1207


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1413


code for replace tabs with equivalent number of blanks

2216