Science, asked by rashmitasingh11, 6 months ago


How many times would the following
loon execute ?
Char a='a' ;
while( a>'a' && a <= 'z') a++;
A) zero times
B) 26 times
C) 27 times
D) Infinite times​

Answers

Answered by amulya1510
1

Answer:

I choose option D for the answer

Similar questions