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 / sinchanforyou
It prints:
i=38
| Is This Answer Correct ? | 25 Yes | 10 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
What is a program flowchart and explain how does it help in writing a program?
What is pointer to pointer in c with example?
What does emoji p mean?
What is difference between arrays and pointers?
What are the types of variables in c?
Describe the steps to insert data into a singly linked list.
Why ca not I do something like this?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Explain the advantages of using macro in c language?
What are linker error?
How would you rename a function in C?
What happens if header file is included twice?
can we change the default calling convention in c if yes than how.........?
how to introdu5ce my self in serco