STL (140)
OOPS (873)
C++ General (2409) The IT giant Tirnop has recently crossed a head count of 150000 and earnings of $7 billion. As one of the forerunners in the technology front, Tirnop continues to lead the way in products and services in India. At Tirnop, all programmers are equal in every respect. They receive identical salaries and also write code at the same rate. Suppose 14 such programmers take 14 minutes to write 14 lines of code in total. How long will in take 5 programmers to write 5 lines of code in total ?
TCS,
6 11211How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
2310What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
1 6886Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
1 4785write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
2233Read the following program carefully and write the output
of the program. Explain each
line of code according to given numbering.
#include
What is unary operator? List out the different operators involved in the unary operator.
What are the benefits of oop in c++?
What is overriding in oops?
Can manipulators fall in love?
List the features of oops in c++?
What is the use of function pointer?
What are classes oop?
How do I tokenize a string in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is general form of pure virtual function? Explain?
Why is it necessary to use a reference in the argument to the copy constructor?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What relational operators if statements in c++?
Why are pointers used?
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.