Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

STL Interview Questions
Questions Answers Views Company eMail

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

2195

Define the terms: field, record, table and database

5 81231

Distinguish between: a) Normal layout & Print Layout views b) Windows Clipboard & office Clipboard c) Save & Save As Commands d) Program File & Data File e) Pie Charts & Barr Charts

2222

What is Object Oriental Progam

2 5092

What is Constructor

Angel Broking,

14 30741

Waht is inheritance

6 9188

what is strcture i++ i ++i answer to this i=5 what is the out put

6 11668

how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

Ascent,

2283

what is use of for loop?

Wipro,

9 10818

how to swap two numbers in a linked list without exchanging the data but only the links?

Wipro,

3 9536

What is the Difference between CArray and CList?

ProdEx Technologies, Siemens,

1 10216

What is the underlying datastructure of map?

BIA, Siemens,

5 15800

I am doing my BS.c MATHS CAN I ABLE TO JOIN IN NIIT?

2 4501

Explain when u will use Observer pattern and how u will implement in c++ .

1 4558

what is template and type convertion

TATA,

2423


Post New STL Questions

Un-Answered Questions { STL }

What are the components of stl?

1061


How does an stl file work?

1105


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.

1909


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.

2733


Write 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 total number of disk writes by MySQL.

2413


Name the different types of stl containers.

1128


Who created stl?

1112


What is the use of stl?

1048


What does stl mean in slang?

1068


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2979


What is a standard template library (stl)?

1080


What is stl language?

1099


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

2603


When did c++ add stl?

1182


If P is the population on the first day of the year, B is the birth rate, and D is the death rate, the estimated population at the end of the year is given by the formula: The population growth rate is given by the formula: B – D Write a program that prompts the user to enter the starting population, birth and death rates, and n, the number of years. The program should then calculate and print the estimated population after n years. Your program must have at least the following functions: 1. growthRate: This function takes its parameters the birth and death rates, and it returns the population growth rate. 2. estimatedPopulation: This function takes its parameters the current population, population growth rate, and n, the number of years. It returns the estimated population after n years Your program should not accept a negative birth rate, negative death rate, or a population less than 2. please answer my question ....

2360