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 / kalpana.y


There will be no output

because,in printf statement the integer variable is

declared but 'ch' is assinged.it should be 'a' insted
of 'ch'.

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why double pointer is used in c?

1090


What functions are used for dynamic memory allocation in c language?

1215


Is there a way to compare two structure variables?

1172


Is exit(status) truly equivalent to returning the same status from main?

1117


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1309


On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area

1165


What are enumerated types?

1270


What is the -> in c?

1066


What are pointers in C? Give an example where to illustrate their significance.

1272


What is %g in c?

1121


What is the size of enum in bytes?

1136


What is string length in c?

1159


What are types of preprocessor in c?

1115


What is the difference between text and binary i/o?

1113


explain what are actual arguments?

1144