Will a C compiler always compile C++ code
a) Yes
b) No
c) Only optimized compilers
What are the types of container classes?
Write a program to get the value of sin (x) using a library function , when x is given in degrees.
Explain "passing by value", "passing by pointer" and "passing by reference" ?
What is the function of I/O library in C++ ?
When can I use a forward declaration?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How would you stop a class from class from being derived or inherited?The constructer should not be Private,as object instantiation should be allowed.
What are the two types of comments, and how do they differ?
What is static class data?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
Where must the declaration of a friend function appear?
Why do we use templates?