What is implicit conversion/coercion in c++?
Implicit type conversion (also called automatic type conversion or coercion) is performed automatically by the compiler when one data type is required, but a different data type is supplied. The vast majority of type conversions in C++ are implicit type conversions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the uses of pointers?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Can you explicitly call a destructor on a local variable?
Explain the difference between struct and class in terms of access modifier.
What is virtual constructor paradigm?
Is multimap sorted c++?
What is prototype for that c string function?
Can we define a constructor as virtual in c++?
Explain Text Manipulation Routines?
Write about a nested class and mention its use?
What is a c++ map?
sizeof- is it functioning statically or dynamically?