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.
3 13451Post New Infosys MFC Interview Questions
Tell me how to use select query in laravel?
How do I run a .sh file on mac?
How to know that we have to use which tool for this project?
What is another option for merging in git?
what is The specifications for oriface instalation
give me an example of time when u something u tried to accomplish and failed.
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
What is the message server in mqseries?
What is the order of arraylist in java?
What do you consider to be the most challenging thing about being an operations manager?
On which tabs can I create multiple record types?
How you can insert a start point in selenium ide?
What are iterators in c++?
How do you reference the host of a component?