Do you like to Submit Questions in Bulk under Same
Category?? Then use our Bulk ListerDo you like to Submit
Questions in Bulk under Same Category?? Then use our Bulk
Lister
No Answer is Posted For this Question
Be the First to Post Answer
How the STL's are implemented, What the difference between templates and STL?
What is the Difference between CArray and CList?
1 Answers ProdEx Technologies, Siemens,
#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 do stl stand for?
Define stl.
Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
What is Template Specialization?
What are the various types of stl containers?
What is a list in c++ stl?
What are the components of stl?
Explain stl.
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.