What is the name of your birth place?
No Answer is Posted For this Question
Be the First to Post Answer
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
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.
What is Constructor
What is the underlying datastructure of map?
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
Is stl open source?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
When did c++ add stl?
Explain stl.
How stl is different from the c++ standard library?
What is the disadvantage of templates ?