Quiz on programs Quiz
Question Number 1
What are the parameters in the main() of c++ language?
A. argc, args
B. argc, argv
C. arguments[]
D. argc, argv[]
Question Number 2
What does the DOS command "FC" do?
A. Compare to files only
B. merge two files
C. compare two files and display the differences if any
Question Number 3
In which package in JAVA is the init() function defined?
A. java.applet
B. java.awt
C. java.io
Question Number 4
Which of the following strings can not be made into a folder name?
A. con only
B. prn only
C. con and prn
D. none of the above