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

18,a

Is This Answer Correct ?    12 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1170


What is a #include preprocessor?

1222


Explain what are global variables and explain how do you declare them?

1234


What is data type long in c?

1116


What are the advantages of c preprocessor?

1315


What are external variables in c?

1165


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1100


What are bitwise shift operators in c programming?

1135


Why we use conio h in c?

1301


What tq means in chat?

1173


Are the variables argc and argv are local to main?

1360


Why n++ execute faster than n+1 ?

3148


Describe wild pointers in c?

1166


Explain the difference between exit() and _exit() function?

1213


how to execute a program using if else condition and the output should enter number and the number is odd only...

2370