what is pre-processor in C++?


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

Post New Answer

More C++ General Interview Questions

Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

0 Answers  


plz send me National informatics center paper pattern

1 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


How does a copy constructor differs from an overloaded assignment operator?

0 Answers  


How do you define a class in c++?

0 Answers  






Which coding certification is best?

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


What is the difference between static global and global ?

2 Answers   CA,


Write syntax to define friend functions in C++.

0 Answers   HAL,


Are c and c++ different?

0 Answers  


How can you create a virtual copy constructor?

0 Answers  


How can we check whether the contents of two structure variables are same or not?

0 Answers  


Categories