Answer Posted / naveen
sizeof is a function which return the size of variable or
an object
Is This Answer Correct ? | 2 Yes | 25 No |
Post New Answer View All Answers
Write a program to find the reverse Fibonacci series starting from N.
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
How can we check whether the contents of two structure variables are same or not?
What is array give example?
What do you mean by vtable and vptr in c++?
What is the use of dot in c++?
What are the advantages of using a pointer?
Explain some examples of operator overloading?
What is copy constructor? Can we make copy constructor private in c++?
What is virtual methods?
What does ctime() do?
What c++ is used for?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h