Principles of Programming Languages MCQs | Page - 1
Dear candidates you will find MCQ questions of Principles of Programming Languages here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
M
Q. In C, reference is declared using the symbol
M
Q. The default parameter passing method used in C++ is ____________.
M
Q. The difference between memory and storage is that memory is __________________ and storage is __________.
M
Q. What is relationship between reliability and failure?
M
Q. Language efficiency can be achieved by ___________.
M
Q. Programming language FOTRAN stands for:
M
Q. The full form of BNF is_____________.
M
Q. What is the output of the following code?
Int main(void)
{
char name = 'P';
'P' = 10;
return 0;
}
M
Q. Which of the following represents correct syntax for function declaration?
Jump to