What is c++ coding?


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

Post New Answer

More C++ General Interview Questions

Explain mutable storage class specifier.

0 Answers  


What are friend classes? What are advantages of using friend classes?

0 Answers  


What is general format for a prototype?

0 Answers  


What is the difference between set and map in c++?

0 Answers  


Which c++ operator cannot overload?

0 Answers  


What is setfill c++?

0 Answers  


What is endianness?

0 Answers  


What are the main characteristics of C++ as a programming language?

1 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


In how many ways we can initialize an int variable in C++?

1 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Categories