i am getting an of the type can not convert int to int *.
to overcome this problem what we should do?
No Answer is Posted For this Question
Be the First to Post Answer
how to find no of instances of an object in .NET?
What is the outcome of the line of code "cout<<abs(- 16.5);"? 1) 16 2) 17 3) 16.5
Can private class be inherited?
What is the difference between class and structure?
how to tackle technical questions
What is the real life example of polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
Why do we use oop?
#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile
Write a program to demonstrate the use of 'Composition' in C++
What are the four main oops concepts?
Whats oop mean?