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

c guys v havi an error on
printf("%d,a");
where the semicolon is ended after "a"...
so
printf("%d",a);
then the ans is 18.

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is the “void” keyword used in a function?

1579


What is a header file?

1136


In C programming, how do you insert quote characters (‘ and “) into the output screen?

1578


What is the difference between arrays and pointers?

1174


What is c value paradox explain?

1162


What will be the outcome of the following conditional statement if the value of variable s is 10?

1370


When the macros gets expanded?

1484


Write a program to find factorial of a number using recursive function.

1178


Differentiate between the = symbol and == symbol?

1364


What are c identifiers?

1151


Do you know the difference between malloc() and calloc() function?

1110


What is new line escape sequence?

1397


What is structure in c language?

1237


What are the benefits of organizational structure?

1064


What are the header files used in c language?

1095