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 / udai
512
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
What are run-time errors?
How can I insert or delete a line (or record) in the middle of a file?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is main () in c language?
What is the argument of a function in c?
what is a function method?give example?
What are the basic data types associated with c?
What is page thrashing?
Explain what are linked list?
What are the parts of c program?
What is the difference between the = symbol and == symbol?
What does static variable mean in c?
What is volatile keyword in c?
Write a program to print "hello world" without using a semicolon?