Question Detail C++ programs must contain start()system()main()program() Answer: Option C Similar Questions : 1. Which operator is used for comparing two variables :===:== Answer: Option D 2. Difference between static and dynamic memory allocation is In static memory allocation memory to be allocated in preknownIn dynamic memory allocation memory to be allocated in preknownThere is no differneceNot exact difference is mentioned Answer: Option A 3. what is the size of int datatype for 32 bit system 1 byte2 byte4 byte8 byte Answer: Option C 4. 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 5. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1