Computer Science, asked by sanzidawasi, 4 months ago

Consider the following code snippet and pick the correct
option:
#include<stdio.h>
#include<conio.h>
void main()
{
int x=4,y=x,i;
for(i=1;i<4;++i)
x+=x;
printf("%d", x);
getch();
}​

Answers

Answered by pranavja2002
0

Answer:

error

Explanation:

it shows problem in last line..........

Similar questions