What is a constant? Explain with an example.
Why use of template is better than a base class?
What is the use of bit fields in structure declaration?
What is an operator function? Describe the function of an operator function?
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
tell me about yourself ?i want answer for frehers with various exasmples?
What is the difference between prefix and postfix versions of operator++()?
What is the iunknown interface?
Write a code/algo to find the frequency of each element in an array?
What are the advantages of c++? Explain
Out of fgets() and gets() which function is safe to use and why?
What are the benefits of pointers?
Why do we use vector in c++?