What is the output of C Program.?
int main()
{
int a[3] = {20,30,40};
a[0]++;
int i=0;
while(i<3)
{
printf("%d ", a[i]);
i++;
}
}
What will be the output of the program?
#include<stdio.h>void main()
{
int a[5] = {5, 1, 15, 20, 25};
int i, j, m;
i =
++a[1];
j = a
[1]++;
m = a
[i++];
printf("%d, %d, %d", i, j, m);
}_ dinner was excellent, but Isabel noticed that John ate very little.
_ dinner that first night in Tenerife just made me gloomy
Do eat _ healthy breakfast, stay hydrated, and set some time aside for exercise.
Walter wanted _ very special dinner.