Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
the difference between pointer & address, help me please?
adress
and
c++
pointers
0 Votos
3 Respuestas
4th Feb 2017, 9:34 AM
omar
How can I catch Null Referencee Pointer exception
c++
1 Voto
1 Respuesta
26th Dec 2016, 6:23 AM
Mattis BETOURNE Clara HORVENO
We known that the * operator is used for declaration of pointer and we can only put the address in the pointer eg int *p=&a;
c++
2 Votos
5 Respuestas
30th Jan 2018, 7:19 PM
Ankit Rathore
SOLVE I need some exercise. I just finish data,array and pointer
c++
exercise
2 Votos
1 Respuesta
27th Aug 2018, 4:24 AM
Muhamad Fathi Zuhaili
Does derived class inherits v pointer from base class and uses that only or it have its own v pointer also?
c++
1 Voto
1 Respuesta
17th Jan 2020, 1:26 PM
Amit chavare
Is there any mistakes in this code?
pointer
0 Votos
2 Respuestas
2nd Jul 2019, 1:51 PM
Tony xu
What is pointer & why it is used?
c#
c++
javascript
0 Votos
1 Respuesta
18th Nov 2016, 4:11 PM
Bharath
Please explain how this pointer still hold the value of variable a?
c
functions
pointers
1 Voto
6 Respuestas
29th Jun 2020, 6:07 AM
SAURAV KUMAR
Program to find Largest no of array using pointer in c++
c++
3 Votos
1 Respuesta
2nd Apr 2018, 5:28 PM
Er. Rohit Jaiswal
What is the meaning of these two declarations?
c
pointer
6 Votos
6 Respuestas
6th Jan 2019, 11:04 AM
Vijaya Mishra
C++ program for student details& print the same pointer to object & pointer to member function.create a class student
c++
-6 Votos
1 Respuesta
14th Nov 2017, 1:35 AM
SRI VISHNU T
Doubt in pointers in C programming
doubt
pointer
1 Voto
9 Respuestas
13th May 2021, 1:47 PM
Yogeshwaran P
Why typecasting is needed while dereferencing a void pointer ?
void
1 Voto
2 Respuestas
15th Jul 2019, 2:35 AM
Krishna Kumar
How to point to a function that returns a pointer
c
functions
pointer
to
0 Votos
4 Respuestas
7th Jan 2018, 9:57 PM
Yusuf
When we need to point to another pointer in cpp ?
cpp
pointers
1 Voto
5 Respuestas
12th Jan 2017, 7:20 PM
mojtaba noghabaee
How should I practice to be fluent using pointer in "C"?
c
pointers
1 Voto
3 Respuestas
31st Oct 2018, 3:49 AM
Ye Oo
Can I declare pointer to function with default parameters? If can, the how?
c++
2 Votos
5 Respuestas
8th Oct 2019, 9:54 AM
UraL
need help getting member values from an object pointer in a class function
c++
class
dereferencing
function
help
pointers
0 Votos
6 Respuestas
30th Jun 2021, 3:36 AM
AndXr
C#: How to get the element the mouse pointer is directly over
c#
csharp
1 Voto
6 Respuestas
15th Oct 2018, 7:42 PM
John Ansa
Pointer is a hard lesson for me can someone explain it in a simple way
cpp
7 Votos
6 Respuestas
16th Apr 2018, 7:34 PM
Fafali.
Can you take input from a user for a pointer [solved]
c
input
pointers
0 Votos
3 Respuestas
25th Feb 2021, 8:24 PM
Sekiro
Is int variable value can be stored in float pointer ?
c
0 Votos
3 Respuestas
26th Apr 2022, 12:48 PM
Himanshu Sharma
What is the difference between a pointer anf a memory location?
pointers
1 Voto
3 Respuestas
20th Oct 2018, 1:58 PM
Lalith Adithya
How to convert type of pointer by using type casting?
c++
1 Voto
3 Respuestas
20th Jun 2016, 8:23 PM
Waleed Ali
Can we access a private variable using pointer in C++
c++
1 Voto
3 Respuestas
5th Feb 2017, 6:45 AM
Suparno Karmakar
memory for class object having pointer as data member
c++
constructor
destructor
memory
pointer
0 Votos
1 Respuesta
18th Jun 2020, 9:28 AM
Ketan Lalcheta
I dont want my border expand while i put pointer on it
css
0 Votos
5 Respuestas
27th Nov 2022, 5:43 AM
MohdSalmanAnsari
How to use pointer to more than one dimensional array ?
arrays
pointers
1 Voto
2 Respuestas
12th Jun 2020, 9:44 AM
Thnr
When java does not support pointer then why we will get NullPointerException
java
0 Votos
3 Respuestas
16th Aug 2020, 9:34 AM
CodeBreaker
what does pointer index -1 means ? Help me understand output of code
array
c++
index
pointer
1 Voto
5 Respuestas
9th Jun 2020, 5:05 PM
Ketan Lalcheta
Why can't I use char type with scanf() and do the void pointer in C language?
c_language
void_pointers
2 Votos
12 Respuestas
15th Jan 2020, 9:33 AM
Manthan Gohel
this pointer only works within class.....not outside the class for calling the members?whyyyyy??
c++
classes
this
3 Votos
6 Respuestas
13th Sep 2016, 10:00 PM
Bint E Asif
why did the main pointer display 1? What this means?
c++
pointers
0 Votos
2 Respuestas
11th Oct 2018, 8:40 PM
MakarovDs
type in a code to declare a pointer 'ptr ' to int and assign it value to var's address
john
wells
-4 Votos
5 Respuestas
21st Aug 2018, 1:23 AM
Panshak Yabal
Object as pointer in method : call by value or reference
c++
callbyref
callbyvalue
pointer
0 Votos
3 Respuestas
4th Apr 2021, 7:17 AM
Ketan Lalcheta
Why a pointer * is inputted for expressions alonem
c
code
codeplayground
comments
display
0 Votos
1 Respuesta
29th Jul 2020, 2:28 PM
Dev Anand
What is the use of void pointer in c++?
c++
0 Votos
2 Respuestas
19th Mar 2017, 6:21 PM
sukanyapatil
Display an alert when the mouse pointer is over the div tag
javascript
0 Votos
5 Respuestas
23rd Feb 2017, 9:51 PM
Shaiv Roy
Pls find error in the code nd fix it.
pointer
0 Votos
1 Respuesta
11th Nov 2018, 3:39 PM
Rajat Kumar
Plz help me in Swaping two numbers using pointer # without any third variable
c
swap
0 Votos
7 Respuestas
5th Jun 2020, 4:19 AM
Anjali Singh
Y does the pointer shows 88 even after getting deleted?
c++
0 Votos
3 Respuestas
10th Oct 2017, 4:37 PM
suryapoojary
What ia the cursor appears as a pointer in paragraph?
css
mouse-cursor
0 Votos
3 Respuestas
17th Aug 2016, 2:21 PM
Pravin Ravichandran
How does this output comes? I ask this question,because i found this question in C challenges...
difference
output
pointer
7 Votos
15 Respuestas
21st Oct 2020, 2:05 PM
Yogeshwaran P
What does pointing to a pointer mean in Java?
java
0 Votos
2 Respuestas
17th Aug 2017, 8:11 PM
RISHI AGARWAL
What is size of generic pointer in C++ (in 32-bit platform) ?
all
question
this
try
1 Voto
3 Respuestas
27th Sep 2017, 2:21 AM
Shyam Chouhan
On what type of data structures does a pointer fall?
challenges
sololearn
1 Voto
2 Respuestas
29th Mar 2017, 1:29 PM
P.Sai Sumanth
Isn't it bad if we use unique pointer in this case
c++
chainofresponsibility
cor
shared_ptr
smart_pointer
unique_ptr
0 Votos
2 Respuestas
2nd Oct 2023, 7:51 AM
Ketan Lalcheta
is there a way to convert pointer to a string in c++
c++
conversion
data
of
pointer
string
types
5 Votos
1 Respuesta
12th Nov 2017, 1:07 PM
shobhit
Write a function Adder() that receives a pointer to an integer array as input, and uses this pointer to return the sum of eleme
c++
functions
pointers
0 Votos
2 Respuestas
4th Dec 2019, 4:13 PM
Naveed Ahmed
How to find the given no is odd or even using pointer to structure
c
2 Votos
6 Respuestas
4th Apr 2020, 11:18 AM
Bharathkannan R
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
9
10
11
...
17
Siguiente >
En tendencia hoy
Learn python
2 Votes
Help for study
1 Votes
Spying on me
1 Votes
Discrete-Time Signal Representation
0 Votes
Where's PHP and Ruby courses?
1 Votes
Detach thread exception
1 Votes
Hey, is the "Snowflake" mission not working?
0 Votes
Qt timer timeout
0 Votes
Not video
0 Votes
Not image in the page
0 Votes