what is output?
main()
{
#define SQR(x) x++ * ++x
int i = 3;
printf("
%d %d
",SQR(i),i * SQR(i));
}
a)9 27
b)35 60
c)20 60
d)15 175
Answer Posted / harichandana
b
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What is a program flowchart?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What are bitwise shift operators in c programming?
Explain pointer. What are function pointers in C?
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.
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Explain the properties of union. What is the size of a union variable
Explain pointers in c programming?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What are all different types of pointers in c?
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
simple program of graphics and their output display
What is the difference between c &c++?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Explain what is the purpose of "extern" keyword in a function declaration?