Question Detail Can #define accept parameters YesNo Answer: Option A Similar Questions : 1. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 2. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 3. If value has not type, then the pointer pointing to this value will be known as Empty pointerNull pointerVoid pointerNone of above Answer: Option C 4. what is a class in c++ Class in a collection of objectsClass has noting to do with objectIt just have declaration of few variablesNone of above Answer: Option A 5. ios::ate is used for Set the initial position at the start of the file Set the last position at the end of the fileSet the initial position at the end of the fileSet the last position at the start of the file Answer: Option C Read more from - C++ Programming Questions Answers - Chapter 1