Computer Science, asked by srividyaavuthu2020, 4 months ago

What will be the output of the following C code? #include
int main()
{
int c = 2 ^ 3;
printf("%d\n", c); }​

Answers

Answered by akhilajoshi177
0

Answer:

error. header file not declared. if u have header file ur answer is 8.

Answered by rtangade
0

Answer:

Error

Explanation:

Header file is not declared properly

Similar questions