Can we use pointers in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
Explain "const" reference arguments in function?
what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking
What are inline functions? What is the syntax for defining an inline function?
In java a final class is a class that cannot be derived. How can you make a similar class in C++
What is the maximum combined length of command line arguments including the space between adjacent arguments?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
How many ways are there to initialize an int with a constant?
What are the basic data types used in c++?
How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
What is the most common mistake on c++ and oo projects?
What is optimization in c++? when using volatile.optimization is not possible..what does this mean?