0
if statement
if we use return 0; in below programme what will be the answer or error #include<stdio.h> int main() { int num =41; num+=1; if(num==42){ printf("you won!"); } }
1 ответ
0
BHAWNA SAINI you really didn't ask a question but as 𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 pointed out the answer is as simple as this
https://code.sololearn.com/cSrP5dNloL43/?ref=app