Posts

Showing posts with the label Programming MCQs

Computer Science MCQs Programming C++ Sample 02

Image
  TOPIC: FUNCTION 1.The main advantage of function ·          Reusability ·          Safe memory space ·          Direct use of memory ·          Continuity ·          Error Recovery 2.tick any one valid pre-define function. ·          sqrt() ·          Power() ·          cin ·          main() 3.Can a function have a l oca l var i able with the same name as a global variable? ·          Yes ·          No 4.When a function accepts multiple arguments, does it ma t ter what order t he arguments are passed in? ...