Main ( ) { int i = 5; if (i = = 5) return; else printf “i is not five”); printf (“over”); } results in
Answers
Answered by
1
since it is equal to five and it is written in c programming language which is a procedural language in which the execution is step by step so the answer will be none.
Similar questions