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
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