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 / vignesh1988i

garbage ascii value corresponding to the characterr present
in the memory location ch;

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof array?

1106


What is the purpose of ftell?

1137


What is the heap?

1258


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

2213


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

1070


What are the properties of union in c?

1111


Is int a keyword in c?

1037


Is void a keyword in c?

1053


How to find a missed value, if you want to store 100 values in a 99 sized array?

1463


Disadvantages of C language.

1163


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5325


Write a code of a general series where the next element is the sum of last k terms.

1092


What is the difference between a free-standing and a hosted environment?

1193


Explain how can you avoid including a header more than once?

1147


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2023