Computer Science, asked by vishwaneymar10, 10 hours ago

#include<stdio.h>
int main()
{
int a=?, b=4;
a = a + b + b;
b = a-b
printf("%d",b);
}
Output: 24​

Answers

Answered by ruchikachopramehu
0

Answer:

Explanation:

lude<stdio.h>

int main()

{

int a=?, b=4;

a = a + b + b;

b = a-b

printf("%d",b);

}

Output: 24​

Similar questions