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 of this program?

#include<stdio.h>
#define cube(x) x*x*x

void main()
{
int i,j=5;
i=cube(j+3);
printf("i=%d",i);
}

Answer Posted / bala prasad

it prints
512

Is This Answer Correct ?    17 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are near, far and huge pointers?

1112


What is break in c?

1098


How many bytes are occupied by near, far and huge pointers (dos)?

1216


hi, which software companys will take,if d candidate's % is jst 55%?

2139


What is the difference between the local variable and global variable in c?

1012


What is the difference between printf and scanf in c?

1427


What is the difference between call by value and call by reference in c?

1212


disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

2106


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

1587


Which is an example of a structural homology?

1376


What is size of union in c?

1079


What is #include stdlib h?

1145


program for reversing a selected line word by word when multiple lines are given without using strrev

2532


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

1190


How can I write a function analogous to scanf?

1224