• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu

Q&A Discussions

int **p = new int*[100]
adjacencymatrixc++
2 Votes
13 Answers
22nd Dec 2019, 2:31 PM
Piyush Srivastava
Piyush Srivastava - avatar
What's different between declaring int **p and int **&p?
c++
0 Votes
3 Answers
10th Oct 2016, 2:02 PM
QuĂąn Đỗ
QuĂąn Đỗ - avatar
What's the difference between *q=&p and **q=&p? Why is there 2 asterisks?
**pc++pointers
1 Vote
4 Answers
2nd Dec 2018, 11:18 PM
Ameerah
Ameerah - avatar
if *p indicates the value then what does **p or ***p indicate?? Many question in challenges also contain *&p and *p*
c++java
3 Votes
3 Answers
18th May 2017, 4:50 AM
U L Knw Me soon😉😋
U L Knw Me soon😉😋 - avatar
int N , M; cout << "ENTER N M: cin >> N >> int **p = new int *[N] for(int i = 0; i < N; i++); P[i] = new int [M]; what is it means? i dont understand pointers of this code. please explain
c++pointers
1 Vote
2 Answers
11th Aug 2016, 7:28 AM
mirbek
Hot today
Loops and conditions
2 Votes
Algorithm to create maze-like grid
2 Votes
photo upload issue in html code
0 Votes
app for lessons
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Need a personal tutor
0 Votes
Community and feed option
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
How can I turn my .py files to .exe files?
1 Votes
Hey ! how to install modules on this app
0 Votes