i am getting an of the type can not convert int to int *.
to overcome this problem what we should do?
Answer / Dharmendra Patel
To overcome this problem, ensure that you are not trying to assign a variable of one integer data type to another of the same data type. If you are converting strings to integers, make sure they do not contain non-numeric characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a macro for swapping integers
What is memory leak and memory corruption?
what is the use of classes in c++;
What is the main purpose of inheritance law?
what is the difference between function template and template of function?explain with example.
Which method cannot be overridden?
How can you overcome the diamond problem in inheritance?
When a private constructer is being inherited from one class to another class and when the object is instantiated is the space reserved for this private variable in the memory??
c++ is a pure object oriented programming or not?
How to overload postfix operator in c++
what is oops
define oops concept with example