What will be the output of the following C code? #include
int main()
{
int c = 2 ^ 3;
printf("%d\n", c); }
Answers
Answered by
0
Answer:
error. header file not declared. if u have header file ur answer is 8.
Answered by
0
Answer:
Error
Explanation:
Header file is not declared properly
Similar questions