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

It'll give a warnin tat "a is never used...If u Continue
executing...it will the memory addres that is currently
used.

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

int i=10; printf("%d %d %d", i, i=20, i);

1699


Can a variable be both constant and volatile?

1183


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

1292


if p is a string contained in a string?

1891


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

1213


How do you write a program which produces its own source code as output?

1175


What is 2c dna?

1130


How do you sort filenames in a directory?

1236


How do I determine whether a character is numeric, alphabetic, and so on?

1184


Why is it important to memset a variable, immediately after allocating memory to it ?

2133


What are the advantages and disadvantages of a heap?

1258


How does pointer work in c?

1195


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1157


When should structures be passed by values or by references?

1082


Explain the use of fflush() function?

1132