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
What is static variable and difference between(const char *p,char const *p,const char* const p).
Difference between Call by pointer and by reference.
Can we provide one default constructor for our class?
what is the difference between a pointer and a reference?
0 Answers Amazon, Blue Star, C DAC,
Declare a pointer to a function that takes a char pointer as argument and returns a void pointer.
What is the difference between malloc, calloc and realloc?
What are the major differences between C and C++?
C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.
Can we call a virtual function from a constructor?
What are "pure virtual" functions?
0 Answers Adobe, Alter, iNautix,
What does malloc return in C and C++?
Without using third variable write a code to swap two numbers.