int x;x=(1,2,3);. what will be stored in x?
Answers
Answered by
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.
Similar questions
Computer Science,
6 months ago
English,
6 months ago
English,
1 year ago
Math,
1 year ago
Math,
1 year ago