main()
{
int i = 10;
printf(" %d %d %d \n", ++i, i++, ++i);
}
Post New Answer View All Answers
Can stdout be forced to print somewhere other than the screen?
Write a program to swap two numbers without using third variable?
int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer
Why c is a mother language?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
How can I open files mentioned on the command line, and parse option flags?
What is a shell structure examples?
How to implement a packet in C
Are the variables argc and argv are always local to main?
Explain the advantages and disadvantages of macros.
What does c mean in standard form?
Which is the best website to learn c programming?
What does 3 periods mean in texting?
Explain what is a stream?