Define a pdb file.


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

Post New Answer

More C++ General Interview Questions

What is the full form nasa?

0 Answers  


Define 'std'.

0 Answers  


Will a catch statement catch a derived exception if it is looking for the base class?

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  






How a modifier is similar to mutator?

0 Answers  


What is the handle class?

1 Answers  


What is late binding c++?

0 Answers  


What sorting algorithm does c++ use?

0 Answers  


When is the destructor called?

0 Answers  


What are the techniques you use for debugging?

1 Answers   Adtran,


sizeof- is it functioning statically or dynamically?

2 Answers  


Categories