Question: #include int main(void) { double arr[] = { 1.1, 2.2, 3.3, 4.4 }; int i; for (i=0; i What is wrong is my code -
#include What is wrong is my code - why does it go into a infinite loop with GCC? And how does adding a ampersand & "resolve" this problem? ![#include int main(void) { double arr[] = { 1.1, 2.2, 3.3, 4.4](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3e01f5a146_65566f3e01f09f97.jpg)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
