Is main a class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What would happen on forgetting [], while deallocating an array through new?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What are the methods of exporting a function from a dll?
Write a function which takes a character array as input and reverses it in place.
2 Answers Lehman Brothers, Vision Infotech,
How to create a pure virtual function?
Describe protected access specifiers?
How do I run c++?
Why for local variables the memory required to hold the variable is allocated from the program stack and for new its allocated from the heap?
How does throwing and catching exceptions differ from using setjmp and longjmp?
What are the advantages of early binding?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
what do you mean by memory management operators