Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Does *p have an address still now? And what does the error say?
c++
pointers
sololearn
1 Vote
11 Answers
14th Apr 2021, 2:49 PM
Mohammad Mehedi Hasan
char *p = "this";
c++
pointer
1 Vote
2 Answers
3rd Jul 2017, 3:15 PM
Kushagra Agarwal
Difference between *p , **p, ***p ?
pointers
9 Votes
9 Answers
13th Feb 2018, 12:20 PM
Prachi Chauhan
Is there any difference between *p = &a And int *p ; p=&a;
c++
pointers
1 Vote
2 Answers
15th Mar 2017, 9:25 AM
Jatin Grover
difference between *p and p*
c++
0 Votes
3 Answers
20th Jun 2016, 11:37 PM
Priyanshu
How does p = q; *p = 2; work?
*p=2
c
p=q
pointers
quiz
0 Votes
4 Answers
21st Jan 2021, 11:15 PM
silentlearner
Does Int* p and int *p 2 different things?
c++
pointers
1 Vote
3 Answers
12th Feb 2017, 5:04 PM
Krishan Nandan Goswami
What is the number? why is the deleted *p output it?
c++
delete
pointers
1 Vote
4 Answers
4th Sep 2017, 11:02 AM
ibuki
What is the differnce between *p , *&p , &p, p?
blabla
c++
java
4 Votes
2 Answers
17th May 2017, 3:34 PM
U L Knw Me soon😉😋
[Solved] What is wrong with this code? T *p = new T[10]; delete p;
code
wrong
6 Votes
6 Answers
19th Jul 2020, 1:59 PM
Mantafounis Panagiotis
Void main() { int a[]={1,2,9,8,6,3,5,7,8,9}; int *p = a+1; int *q = a+6; printf("\n%d",q-p); }
answer
1 Vote
2 Answers
30th Jun 2018, 8:47 PM
Manzuma Memunat
RUS: int *p = new int(); Что делает значение в скобках? И где можно это применить?
()
c++
help
new
0 Votes
8 Answers
9th Sep 2018, 12:40 PM
FeatheredEmperor
Explain what happens to this code snippet, when executed int *p =10; p++, printf("%x %x",p, *p);
code
0 Votes
6 Answers
24th Oct 2020, 9:21 AM
Mohan Kumar KM
Assume you declared int *p and p's current value is 1000. What is p + 1? Please any help?
c++
1 Vote
9 Answers
15th May 2019, 4:16 PM
Roy Emmanuel
What is the difference between declaring a variable and declaring a pointer?
*p
c++
pointer
0 Votes
2 Answers
21st Aug 2024, 8:48 AM
Keetie
C++
{
*p
int
main()
0 Votes
7 Answers
1st Mar 2021, 4:09 AM
Aminu Abdulkadir
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😉😋
What is the output of this code? int x = 65, *p = &x; void *q= p; char *r = q; printf("%c", *r);
c
0 Votes
3 Answers
23rd May 2021, 6:47 AM
jayraj kharadkar
Why we need to use only int *p = new int there int only or we can use any other data type
pointers
1 Vote
2 Answers
13th Apr 2020, 1:25 PM
Sameer Sowrab
What is the use of writing "int *p = NULL;" as the output is same if it's replaced by "int *p;" ?
pointers
2 Votes
1 Answer
13th Oct 2019, 3:40 PM
Sk. Ahmed Razha Khan
How the pointer holds a string in one address ? char *s = "hello"; char *p = s; printf( "%c" , s[0]); ANSWER = h
c
pointers
0 Votes
2 Answers
3rd Jan 2021, 10:02 AM
Gogul
Can someone help me please. I can understand the result of the cout << p << endl; #include <iostream> using namespace std; int main() { int x = 8; int *p; p = &x; cout << *p << endl; cout << p << endl; cout << &p; return 0; }
c++
1 Vote
6 Answers
16th Aug 2016, 4:07 PM
Attitude
Ask a question
Ask a question
Ask a question
Ask a question
Hot today
Sticky position
3 Votes
Help please?
3 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
Online voting system
2 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
What is that z for
0 Votes
Suggestions needed
4 Votes
SQL practice
2 Votes