Int i=14;
If (I=I(10+5))
{
I++;
}
*
Answers
Answered by
12
what is this !!!!!!!
Answered by
0
Error
Explanation:
- The given lines in C language are case-sensitive.
- The variable 'i' only has been defined at the beginning.
- The variable 'I' has not been defined anywhere.
- Thus, when called in the if loop, it raises an error that the variable mentioned is not identifiable as it has not been defined.
Similar questions
Math,
6 months ago
Computer Science,
6 months ago
Social Sciences,
6 months ago
Chemistry,
1 year ago
Math,
1 year ago