What is the equivalent of Pascal's Real

a) unsigned int

b) float

c) char


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

Post New Answer

More C++ General Interview Questions

Can I learn c++ without c?

0 Answers  


What is setfill c++?

0 Answers  


What does std mean in c++?

0 Answers  


What is a base class?

0 Answers  


Write a program to find the Factorial of a number

0 Answers  






What are c++ data types?

0 Answers  


Explain overriding.

0 Answers  


What is an Object/Instance?

1 Answers  


What are the important differences between c++ and java?

0 Answers  


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 Answers  


what is the emaning of '#include" "'?

5 Answers  


What are the types of array in c++?

0 Answers  


Categories