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

Tell me about virtual function

1 Answers  


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


what is the difference between a pointer and a reference?

0 Answers   Amazon, Blue Star, C DAC,


Write a syntax and purpose of switch statement.

0 Answers   Agilent,






Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.

0 Answers   Alter,


Explain the difference between method overriding and method overloading in C++?

0 Answers   Accenture,


What does it mean to declare a member function as static in C++?

0 Answers   Amazon,


write a program To generate the Fibonacci Series.

0 Answers   Accenture,


What is an abstract class?

5 Answers   Siemens,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


Write a C++ Program to Reverse a Number using while loop.

1 Answers  


Categories