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 11248How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
2316What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
1 6899Write 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 4804write 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.
2243Read the following program carefully and write the output
of the program. Explain each
line of code according to given numbering.
#include
Is c++ built on c?
What is the difference between member functions and static member functions?
What are the benefits of polymorphism?
What is a .h file c++?
Explain the properties and principles of oop.
How can you force the compiler to not generate them?
What is ios flag in c++?
What are protected members in c++?
To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command
Can java be faster than c++?
How to reverse a string in C++
Can constructor be private in c++?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is class encapsulation?
If all is successful, what should main return a) 0 b) 1 c) void