What is stl in c++ with example?
No Answer is Posted For this Question
Be the First to Post Answer
Give two integer arrays A & B.A has n elements and B has ' n-1 ' elements . A has all the elements that are there in B. But B has one missing element. Write a function that takes arrays , A & B as imnput and finds the missing element in most optised manner .
Write a program in C++ returning starting locations of a substring using pointers
what is c++
Explain how to insert a hyperlink in to an Excel worksheet and save a Word document as a Web page.
What are the symptoms of stl?
i want a road rash 3d game code if some one know please help me
wap in c++ which accept a integer array and its size as argument and replaces element having even values with its half and element having odd values with twice its value
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
#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?
What is the underlying datastructure of map?
Difference between Structure and Class in C++?