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

Why is c++ is better than c?

0 Answers  


Define a program that reads two matrices of size 3x3 with real values from the user then prints their sum, difference and multiplication.

0 Answers   TCS,


How to demonstrate the use of a variable?

0 Answers  


What is the difference between C and CPP?

0 Answers   iNautix,


write a program to insert an element into an array

26 Answers   TCS,






Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


Can you explicitly call a destructor on a local variable?

0 Answers  


Explain linear search.

0 Answers  


How many types of scopes are there in c++?

0 Answers  


Can you pass a vector to a function?

0 Answers  


How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


What is difference between initialization and assignment?

12 Answers   HCL, HP, Infosys,


Categories