differance between copy & clon
Answer / vaibhav darji
copy(): it will copy the structure of data and data also.
clone(): it will copy the structure of data only.
| Is This Answer Correct ? | 6 Yes | 0 No |
Write a program in c++ to print the numbers from n to n2 except 5 and its multiples
Why do we use templates?
What is a breakpoint?
Explain the use of this pointer?
What is rtti in c++?
Under what conditions is multiple inheritance not recommended?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Is ca high or low level language?
What is class syntax c++?
What is heap sort in c++?
how many controls can we place on single form.
Difference between struct and class in terms of access modifier.