Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


It is possible to build a C++ compiler on top of a C compiler. How would you do this?


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

Post New Answer

More C++ Interview Questions

Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


What is partial specialization or template specialization?

0 Answers   Amazon,


Tell me about virtual function

1 Answers  


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is function overloading and operator overloading in C++?

0 Answers   IBS, TCS,


How will you execute a stack using a priority queue? (Push and pop should be in O (1)).

0 Answers   Adobe,


What are the different scope C++ provide ?

0 Answers   Amdocs,


How to convert integer to string in C++

0 Answers  


Can we call C++ OOPS? and Why

0 Answers  


What is an algorithm (in terms of the STL/C++ standard library)?

0 Answers   Amazon,


Write a program that can take input from 3 to 8 and calculate the average?

0 Answers   Accenture,


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


Categories