Computer Science, asked by ChandanChauhan5629, 1 year ago

Int x; x=1/2*3;
/* */ then what is the value of x?

Answers

Answered by Yashicaruthvik
0

Answer:

int x;

x=(1,2,3);

The question asks for what will the value of x.

There is a probability of two answers first comes what is the platform used to perform the following code, and second the code contains the "( ) " brackets which are not defined in any programming language, so the program will be having an error.

Therefore , the value of x will be zero that is the initial value and will not have any other value because the code has syntax error.

Explanation:

mark me as brainliest and follow me

Similar questions