what is the main difference between c and c++?
Answer Posted / radhika
In c progam are save usig .c extension
In c++ program are save usig .cpp extension
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what type of question are asked in thoughtworks pair programming round ?
What is the main feature of oop?
What is the point of polymorphism?
What is static modifier?
What is class in oop with example?
What is the main purpose of inheritance law?
What is encapsulation in oop?
What is multilevel inheritance?
What is variable example?
write a program that takes input in digits and display the result in words from 1 to 1000
Why do we need polymorphism in c#?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is encapsulation and abstraction? How are they implemented in C++?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How to use CMutex, CSemaphore in VC++ MFC