Distinguish between a # include and #define.


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

Post New Answer

More C++ General Interview Questions

What does obj stand for?

0 Answers  


Should a constructor be public or private?

0 Answers  


Does std endl flush?

0 Answers  


Can a program run without main in c++?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,






What's c++ used for?

0 Answers  


Given an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

1 Answers  


Can we generate a C++ source code from the binary file?

2 Answers  


Why do we use constructor?

0 Answers  


What is decltype c++?

0 Answers  


What is virtual constructor paradigm?

5 Answers   HCL, HP,


What is c strings syntax?

0 Answers  


Categories