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

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  


What is :: operator in c++?

0 Answers  


Is c++ high level programming language?

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


What is the difference between multiple and multilevel inheritance in c++?

0 Answers  






What are literals in C++?

0 Answers   Wipro,


What is flush c++?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


What is a down cast?

0 Answers  


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


What are Binay tress and B trees? Diff between them?

8 Answers   CTS, GATE, Wipro,


what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?

2 Answers  


Categories