C++ Theory questions
1A Questions ( explanation with example compulsory for all theory questions ) a) State the difference between runtime error and syntax error b) State the difference between logical error and syntax error c) State the difference between syntax error and semantic error d) State the difference between local prototype and global prototype e) State the difference between pre tested loop and post tested loop f) State the difference between while and do while / entry controlled and exit controlled loop g) State the difference between switch and if else h) What happens when the break is not given in switch case i) State the difference between call by value and call by reference j) State the difference between actual parameter and formal parameter k) ...
Comments
Post a Comment