Q1. A. What is unary operator? List out the different
operators involved in the unary operator.
B. What is an adjust field format flag?
Q2. A. Distinguish between a # include and #define.
B. Can a list of string be stored within a two
dimensional array?
Q3. A.Explain how a pointer to function can be declared in
C++?
B.List the merits and demerits of declaring a nested
class in C++?
Q4. A. What are the syntactic rules to be avoid ambiguity
in multiple inheritence?
B. Explain the operation of overloading of an
assignment operator.
Q5. A. Explain how the virtual base class is different
from the conventional base classes of the opps.
B. Explain how an exception handler is defined and
invoked in a Program.
Q6. A. What is a binary file? List the merits and demerits
of the binary file usagein C++.
B. Write short notes on Text Manipulation Routines.
C. Write bites in Turbo c++ Header (“Include”) Files.
No Answer is Posted For this Question
Be the First to Post Answer
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
What does stl stand for in basketball?
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
what's the difference between function overloading and function overiding?
i wanted to know about questions about c,c++ , which is required for placements.... im a fresher
differentiate between private, public and protected data members of the class using example.
What is the disadvantage of templates ?
What is the underlying datastructure of map?
Difference between Structure and Class in C++?
What Is Operator Overloading in C++?
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }