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

void main()
{
char c;
while(c=getchar()!='\n')
printf("%d",c);
}
o/p=11 why?

Answer Posted / abdul qadir

11 is a garbage value at address in memory

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c called a mid-level programming language?

1246


What is the difference between volatile and const volatile?

1047


Is it possible to execute code even after the program exits the main() function?

1393


Is register a keyword in c?

1085


can anyone suggest some site name..where i can get some good data structure puzzles???

2157


What is indirection? How many levels of pointers can you have?

1206


Can 'this' pointer by used in the constructor?

1133


Is there anything like an ifdef for typedefs?

1216


What is function prototype in c with example?

1161


What is meant by recursion?

1100


what will be maximum number of comparisons when number of elements are given?

1952


What is the size of structure pointer in c?

1115


What is a function in c?

1678


In C language, a variable name cannot contain?

1326


What are c preprocessors?

1241