Welcome Guest | Sign in | Register
Loops - Discussion Page For Q.10433 | C Programming Questions and Answers | C Programming Free Online-Tests | LucentBlackBoard | LucentBlackBoard.com

Home > Java Programming > Loops > Questions and Answers

Q: The statement that prints out the character set from A-Z, is
A. Statement 1
for( a = 'A'; a < 'Z'; a = a + 1)
printf("%c", a);
B. Statement 2
for( a = 'a'; a <= 'z'; a = a + 1)
printf("%c", &a);
C. Statement 3
for( a = 'A'; a <= 'Z'; a = a + 1)
printf("%c", a);
D. Statement 4
for( a = 'Z'; a <= 'A'; a = a + 1)

Answer and Explanation

Answer:Statement 3
for( a = 'A'; a <= 'Z'; a = a + 1)
printf("%c", a);

Explanation:
There is no explanation...

Comment on this Question

Name:

Loading...




Partner Sites
LucentBlackBoard.com                  SoftLucent.com                  LucentJobs.com
All rights reserved © 2012-2015 SoftLucent.