Multiple choice

POD is used to describe

  1. C++ classes

  2. C classes

  3. C++ structures

  4. C structures

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

POD means plain old data and is used to describe C style structure which contains only data members.This term as used  in C++ structures,can contain data members as well as member functions. Hence, this is the incorrect answer.