What is object file? How can you access object file?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are advantages and disadvantages of Design patterns?

7 Answers   IBM, Vodafone,


What is a node class?

1 Answers  


What is the use of ‘using’ declaration?

1 Answers  


Write a C++ Program to check whether a number is prime number or not?

0 Answers   IBS,


What are virtual constructors/destructors?

0 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Can turbo c++ run c program?

0 Answers  


What are register variables?

0 Answers  


What is overloading unary operator?

0 Answers  


Categories