What is the use of ‘using’ declaration?
Answer / beena
A using declaration makes it possible to use a name from a namespace without the scope operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are Binay tress and B trees? Diff between them?
What is array give example?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
When does the c++ compiler create temporary variables?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Explain about templates of C++.
What should main() return in c and c++?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
Is map sorted c++?
How the V-Table mechanism works?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
without if else statement can be written ah