What are stl algorithms?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program in C++ to concatenate two strings into third string using pointers
if x<>=z then statement end what is the cyclomatic complexity
sir please send me bpcl previous question papers
0 Answers BPCL Bharat Petroleum,
#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 does stl mean in slang?
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
What is the Difference between CArray and CList?
1 Answers ProdEx Technologies, Siemens,
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 does stl stand for in basketball?
what is the difference between thread and process
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