+ 1
array and switch.
im really confused in array as well as in switch function...anyone who knows these well,give me your whatsapp number so that i can ask questions or screenshots anytime.please. thank u.
7 Answers
0
see basically array is for storing integer as well as character value and switch is like menu driven when the value like x is reached to switch what ever the program in that case is that is performed
0
03331633700 u can clear about this topic
0
still couldn't get it .
0
my whatsapp no is 919853491225.please help me to understand c++ well.
0
basically switch contains cases, in which cases may contain statements and array is group of a single type of "data".
0
if not understand 9545872363 -whatsapp no.
0
A switch statement provides a alternate way of doing a list of IF statements. The variable in the SWITCH(x) statement is compared to the item in the CASE(5) statement. if true you execute the code.