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

what kind of projects are suitable for c and c++

0 Answers  


How do I tokenize a string in c++?

0 Answers  


whats the size of class EXP on 32 bit processor? class EXP { char c1; char c2; int i1; int i2; char *ptr; static int mem; };

5 Answers   Huawei,


What is the difference between public, private, and protected access?

0 Answers  


Differentiate between declaration and definition in C++?

1 Answers  


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

1 Answers  


What is a node class?

1 Answers  


List out some of the OODBMS available?

1 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

0 Answers  


How much do coding jobs pay?

0 Answers  


What will the line of code below print out and why?

0 Answers  


Categories