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 off the following program?
#include<stdio.h>
int main()
{
int a;
a=015+0*71+5;
printf("%d,a");
return0;
}

Answer Posted / yateesh kumar

Garbage value,a

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the c in ctime mean?

1160


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1278


What is #define used for in c?

1110


Explain what are linked list?

1092


What is the difference between abs() and fabs() functions?

1176


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

3783


Why do we use & in c?

1051


Is it possible to use curly brackets ({}) to enclose single line code in c program?

1373


Explain what are the advantages and disadvantages of a heap?

1127


What is the hardest programming language?

1214


what do u mean by Direct access files? then can u explain about Direct Access Files?

2145


Why is c so important?

1101


What is a stream?

1192


What are header files and what are its uses in C programming?

1334


How can you read a directory in a C program?

1185