WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
In what cases using of a 'template' is a better approach then using of a 'base class'?
6 Answers Lucent, Mind Tree, Wipro,
What is a standard template library (stl)?
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
differentiate between private, public and protected data members of the class using example.
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
write a program that input four digit number and find how many 7 that number contains
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
How connect plc and pc through software
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 }
What are the components of stl?
c# support late binding or early binding.