⟩ What is Template class?
A class that has generic definition or a class with parameters which is not instantiated until the information is provided by the client. It is referred to a jargon for plain templates.
A class that has generic definition or a class with parameters which is not instantiated until the information is provided by the client. It is referred to a jargon for plain templates.
What is static type checking?
Do you know what are function prototypes?
Can you explain static function?
Explain what are associate containers?
Mention the entry control decision looping statement?
Identify the user-defined types from the following? a) enumeration b) classes c) both a and b d) int
The value 132.54 can represented using which data type? a) double b) void c) int d) bool
When a language has the capability to produce new data type mean, it can be called as a) overloaded b) extensible c) encapsulated d) reprehensible
Which datatype is used to represent the absence of parameters? a) int b) short c) void d) float
Which of the following statements are true? int f(float) a) f is a function taking an argument of type int and retruning a floating point number b) f is a function taking an argument of type float and returning a integer. c) f is a function of type float d) none of the mentioned