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 is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2524


How can you determine the size of an allocated portion of memory?

734


Is array a primitive data type in c?

566


in iso what are the common technological language?

1624


Why isnt there a numbered, multi-level break statement to break out

581






What do you mean by c?

578


how to create duplicate link list using C???

2059


What is getch?

624


How is = symbol different from == symbol in c programming?

602


What are enumerated types?

644


What are directives in c?

537


Where can I get an ansi-compatible lint?

634


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

645


Do you know what are bitwise shift operators in c programming?

577


What are structural members?

562