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
Is there any difference between int [] a and int a [] in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Show the declaration for a static function pointer.
How are Structure passing and returning implemented by the compiler?
What are static type checking?
What is Virtual Inheritance?
How static variables and local variablesare similar and dissimilar?
Should the this pointer can be used in the constructor?
What is the benefit of c++?
Which algorithm do you like the most? Why?
What are Virtual Functions? How to implement virtual functions in "C" ?
Explain differences between new() and delete()?