Which of the following statements about the C language family is correct?

  1. Java was developed before C++.
  2. C# was developed before Java.
  3. C++ was developed after C.
  4. C# and C++ were developed about the same time.

True or False: C was developed on the Windows operating system and still has some things in common with it.

  1. True
  2. False

True or False: There are aspects of C++ that are in C but not the other way around.

  1. True
  2. False

In C++, what is the only form of a subprogram?

  1. function
  2. method
  3. subroutine