In how many ways we can initialize an int variable in C++?
For example, to declare a variable of type int called x and initialize it to a value of zero from the same moment it is declared, we can write: int x = 0; A second method, known as constructor initialization (introduced by the C++ language), encloses the initial value between parentheses ( () ):
| Is This Answer Correct ? | 0 Yes | 0 No |
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What do you mean by delegate? Can a user retain delegates?
Does c++ vector allocate memory?
What is a mutable member?
What is long in c++?
Which c++ compiler is best?
What is a constructor and how is it called?
Why null pointer is used?
How do you differentiate between overloading the prefix and postfix increments?
What is the basic of c++?
Describe friend function & its advantages.
What c++ is used for?