Tag: programming languages

Questions Related to programming languages

  1. static variables

  2. register variables

  3. global variables

  4. None of the Above


Correct Option: C

Class that reads and writes to an array in memory is

  1. ostream

  2. ifstream

  3. strstream

  4. None of the Above


Correct Option: C
  1. CompilationFails

  2. Will Throw RunTime Error But Code will get Compiled

  3. Throws Linker Error

  4. All the above statements are invalid


Correct Option: A

Is the following statement valid. double price = 7,450.98;

  1. True

  2. False


Correct Option: A
  1. call by value

  2. call by reference

  3. call by address

  4. All the Above


Correct Option: B