What is the difference between interpreters and compilers?


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

Post New Answer

More C++ General Interview Questions

What do c++ programmers do?

0 Answers  


What is the difference between global int and static int declaration?

0 Answers  


Is C++ case sensitive a) False b) Depends on implementation c) True

0 Answers  


Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


When can I use a forward declaration?

0 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


How to construct virtual constructor

6 Answers   CIStems Software, Symphony,


How would you implement a substr() function that extracts a sub string from a given string?

0 Answers  


Define the operators that can be used with a pointer.

0 Answers  


Define a pdb file.

0 Answers  


What is c++ and its features?

0 Answers  


Write a function that swaps the values of two integers, using int* as the argument type?

0 Answers  


Categories