What happens when the extern "c" char func (char*,waste) executes?
No Answer is Posted For this Question
Be the First to Post Answer
How would you call C functions from C++ and vice versa?
What are the comments in c++?
Mention the purpose of istream class?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is a loop? What are different types of loops in c++?
Is vector a class in c++?
What is flush c++?
List out some of the object-oriented methodologies?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Explain stack & heap objects?
What are function poinetrs? where are they used?
Const char *p , char const *p What is the difference between the above two?