Computer Science, asked by jiveee926, 9 months ago

What will be the output of the below code? #include int main(){ for(int i = 1; i < 10; i = i + 2){ std::cout<

Answers

Answered by tapatidolai
1

Answer:

Hence the answer (output) will be zero. ... Like in this problem , k is of type integer which always contain integer type value, i.e in 0.2, 0 is the integer value.

Similar questions