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 is array in c++ example?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


Define inline function

1 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


what are function pointers?

0 Answers  






without if else statement can be written ah

0 Answers  


How do you clear a buffer in c++?

0 Answers  


What are iterators in c++?

0 Answers  


What are proxy objects?

2 Answers  


Can we use this pointer inside static member function?

0 Answers  


What is time h in c++?

0 Answers  


Can member data be public?

0 Answers  


Categories