#include<stdio.h>
main()
{
int a[3];
int *I;
a[0]=100;a[1]=200;a[2]=300;
I=a;
Printf(“%d\n”, ++*I);
Printf(“%d\n”, *++I);
Printf(“%d\n”, (*I)--);
Printf(“%d\n”, *I);
}
what is the o/p
a. 101,200,200,199
b. 200,201,201,100
c. 101,200,199,199
d. 200,300,200,100
If errno contains a nonzero number, is there an error?
Explain what is the use of a semicolon (;) at the end of every program statement?
pgm to find middle element of linklist(in efficent manner)
write a program to display the numbers having digit 9 in the given range from 1 to 100
Write a program for print infinite numbers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is pragma c?
How to write a code for implementing my own printf() and scanf().... Please hep me in this... I need a guidance... Can you give an coding for c... Please also explain about the header files used other than #include<stdio.h>...
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Can a variable be both constant and volatile?
IS Doon college of Engn.. has good faculty