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 / p.thriveni

it will giv the warning as 'a' is assigned a avalue that
is never be used.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I read the arrow keys? What about function keys?

1150


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

1225


What does *p++ do? What does it point to?

1122


When is a “switch” statement preferable over an “if” statement?

1209


What is meant by gets in c?

1266


What is malloc and calloc?

1103


How will you divide two numbers in a MACRO?

1187


Why is it usually a bad idea to use gets()? Suggest a workaround.

1871


Describe explain how arrays can be passed to a user defined function

1164


Are pointers integer?

1074


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

2000


How the c program is executed?

1198


Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

1258


List some basic data types in c?

1082


find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2

2049