How the STL's are implemented, What the difference between
templates and STL?
Answer / bob
4 fundamental elements consist STL: container, allocator,
iterator and algorithm.
STL employs highly template technology, for all 4 aspects
| Is This Answer Correct ? | 1 Yes | 3 No |
In what scenario does the Logical file and Physical file being used?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
How is stl different from c++ standard library?
why we are using the fork command?.. how it works?
What is Constructor
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
how can u do connectivity in c++ language? plz send me connectivity code in c++ ?
if x<>=z then statement end what is the cyclomatic complexity
Can we use stl in coding interviews?
Write a program to print the swapping in two no and using three variable.
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?