Given the following declaration. float abc[8]={0.5 , 51, 21 }; what is the result of the value of abc[2] after the follo
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Given the following declaration. float abc[8]={0.5 , 51, 21 }; what is the result of the value of abc[2] after the follo
Given the following declaration. float abc[8]={0.5 , 51, 21 }; what is the result of the value of abc[2] after the following expression? abc[2] += ++abc[0] + abc[3];
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!