What is a stl vector?
No Answer is Posted For this Question
Be the First to Post Answer
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
write a program that input four digit number and find how many 7 that number contains
What is stl stack?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
how to use C++?
What does stl stand for in basketball?
#define CUBE(x) (x*x*x) main() { int a,b=3; a=cube(b++); printf("%d %d",a,b); } What should be the value of a and b? My calc a=4 but syst a=6 how pls tell me if you know it?
help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase
what is use of for loop?
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
Who created stl?
Waht is inheritance