Computer Science, asked by rsndhaya, 4 days ago

char s1[]={‘C’,’S’,’A’,’I’,’+’,’E’,’Y’,’H’,’K’,’P’}; Which output statement displays the result "C++ IS EASY".

Answers

Answered by athishk
0

Answer:

➡In,any programming language including C, loops are used to execute a set of statements repeatedly until a particular condition is satisfied. The continue statement is used inside loops.30-Jun-2020

Similar questions