What is object file? How can you access object file?
No Answer is Posted For this Question
Be the First to Post Answer
How does throwing and catching exceptions differ from using setjmp and longjmp?
What is fixed in c++?
What is a dll entry point?
When does the c++ compiler create temporary variables?
What is a modifier in c++?
Explain what are accessor methods?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Which programming language is best to learn first?
What are the various arithmetic operators in c++?
What is a concrete class?
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass