Home > Java Programming > If statements > Questions and Answers
Q: |
What is the output of following program? void main(){ printf("One"); if(2>1) printf("Two"); else printf("Three"); printf("Four"); } | ||||||||||
|
Comment on this Question | |
Name: | |
|