Time Left - 04:00 mins

RRB JE (IT) : C language + C++ language Quiz 3

Attempt now to get your rank among 475 students!

Question 1

The ………………. Transfers the executable image of a C++ program from hard disk to main memory.

Question 2

The Object Modelling Technique (OMT) uses the following three kinds of model to describe a system

Question 3

Which of the following is incorrect in C++?

Question 4

What would be the output of the following program, if run from the command line as “myprog 1 2 3” ?
main (int argc, char * argv[ ])
{
int i ;
i = argv [1] + argv [2] + argv[3] ;
printf (“% d”, i);
}

Question 5

Which of the following does not represent a valid storage class in ‘c’?
  • 475 attempts
  • 3 upvotes
  • 2 comments
Jul 16GATE & PSU CS