Is c++ an integer?


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

Post New Answer

More C++ General Interview Questions

Why is the function main() special?

0 Answers  


Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast

2 Answers   Quark,


What are mutator methods in c++?

0 Answers  


CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?

1 Answers  


What is the difference between while and do while loop? Explain with examples.

0 Answers  






int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


What does n mean in c++?

0 Answers  


What does namespace mean in c++?

0 Answers  


What is guard code in c++?

0 Answers  


Difference between a copy constructor and an assignment operator.

0 Answers  


Categories