Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).


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

Post New Answer

More C++ General Interview Questions

Can we make any program in c++ without using any header file and what is the shortest program in c++.

0 Answers   MCN Solutions,


Explain the difference between class and struct in c++?

0 Answers  


What is private public protected in c++?

0 Answers  


What is the basic structure of c++ program?

0 Answers  


What is difference between rand () and srand ()?

0 Answers  






how to swap two strings without using any third variable ?

11 Answers  


Why is the function main() special?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


What do you mean by enumerated data type?

0 Answers  


What is expression parser in c++

0 Answers   Mphasis,


Is rust better than c++?

0 Answers  


What is the difference between the indirection operator and the address of oper-ator?

0 Answers  


Categories