What happens when the extern "c" char func (char*,waste) executes?
No Answer is Posted For this Question
Be the First to Post Answer
We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?
What is static function? Explain with an example
Explain the difference between struct and class in terms of access modifier.
What is endl?
What can c++ be used for?
Define a conversion constructor?
What is time h in c++?
What is size of a object of following class? class Foo { public: void foo(){} }
What is class and structure in c++?
Comment on local and global scope of a variable.
How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever
17 Answers Datavance, Quark, VEL, Wipro,
How to get the current position of the file pointer?