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 10121How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
2051What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?
1 6498Write 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 4338write 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.
1974Read the following program carefully and write the output
of the program. Explain each
line of code according to given numbering.
#include
Can you please explain the difference between overloading and overriding?
Why do we use templates?
What is the use of structure in c++?
What is c++ & why it is used?
What are the features of oop?
Explain register storage specifier.
What is meant by entry controlled loop?
What kind of problems does name mangling cause?
Where Malloc(), Calloc(), and realloc() does get memory?
Why do we use polymorphism in oops?
What is setbase c++?
What is abstraction c++?
What is the use of class in c++?
What is the difference between object-oriented programming and procedural programming?
Difference between a copy constructor and an assignment operator.