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
Computer Science,
5 months ago
Science,
10 months ago
English,
10 months ago
Math,
1 year ago
Math,
1 year ago