What is the name of your birth place?
No Answer is Posted For this Question
Be the First to Post Answer
What two types of containers does the stl provide?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
5. Write c++ function that would intake a string and return the number of occurrences of a given character in that sring Ex:- if the word is “Colombo” and count the occurrences of the letter “o” the function would return 3
What is the Difference between CArray and CList?
1 Answers ProdEx Technologies, Siemens,
Describe how to safeguard a system through acquisition of an antivirus Program and systematic backup.
what is electronic software
Explain stl.
What are the various types of stl containers?
draw a flowchart that accepts two numbers and checks if the first is divisible by the second.
Explain References in C++
What is the name of your birth place?
why & sign is used in copy constructor