A) * B) – C) + D) All of the above
Ansfind Latest Questions
What is call by value and call by reference in c?
A. double and chars B. floats and doubles C. ints and floats D. ints and chars
What is the difference between the while and do while loop in C?
A) Int B) Double C) String D) Boolean
A) Copy constructor B) Default constructor C) Friend constructor D) Parameterized constructor
A) class A { int x; }; B) public class A { } C) object A { int x; }; D) class B { }
If we stored five elements or data items in an array, what will be the index address or the index number of the array’s last data item? A) 8 B) 4 C) 5 D) 2
Which of the following is false for switch statement in C++? (1) It uses labels instead of blocks (2) we need to put break statement at the end of the group of statement of a condition (3) we can put ...