Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Is it possible to make void pointer array ??where each block of array contains different data type
generics
pointers
1 Vote
6 Réponses
18th Dec 2020, 4:11 AM
Vishal Jadhav
Can we point and use private member by pointer from outside class?
cpp
java
pointers
private
0 Vote
2 Réponses
27th Nov 2020, 1:03 PM
Mahesh Bogati
What is the difference between &arr and arr and how does the following works ?
c++
pointer
1 Vote
4 Réponses
17th Sep 2021, 10:41 AM
Abhay
Is array name is always act as a pointer to first element or not? In C
?
act
array
as
name
4 Votes
4 Réponses
19th Oct 2020, 5:27 AM
Yogeshwaran P
Does a pointer stores any other value other than a variable address?
pointers
2 Votes
2 Réponses
13th Dec 2017, 11:50 PM
Ahmad Labdo
What is happening exactly?
loop
pointer
1 Vote
5 Réponses
17th Jun 2020, 8:08 AM
The_Fox
could not figure out!! the a sample test case failed!
c++
pointer
1 Vote
4 Réponses
15th Feb 2019, 4:48 AM
Duna000
How to display an alert when the mouse pointer is over the div tag
&
dom
events
0 Vote
4 Réponses
27th Aug 2020, 5:28 PM
Jimoh Abdulqudus
What happens when we use arrow operator on NULL structure pointer ?
arrow_operator
c
null
structure_pointer
0 Vote
1 Réponse
29th Feb 2020, 2:55 PM
Chris Jones
Are pointer variables used to declare pointers let me know if I am correct
c++
pointers
0 Vote
3 Réponses
30th May 2020, 6:09 AM
Emmanuel Abraham
When i am using name-it is escaping and it dispalys null pointer assignment??
input
output
1 Vote
2 Réponses
2nd Apr 2019, 1:42 PM
Teja
is multithreading swapping 2 predefined pointer to one static variable causing memory error?
c
c++
-2 Votes
6 Réponses
27th Sep 2017, 1:14 AM
minika woon
Why does the program crashes if a pointer is left uninitialized in c++ ?
c++
2 Votes
2 Réponses
7th Oct 2019, 5:07 AM
Manoj Sarangi
Should a pointer have same data type as the variable to which it points to?
pointers
0 Vote
5 Réponses
27th Jun 2018, 2:01 PM
Local host 24x7
Why giving different value of 1st and 5th even if same pointer and everything same .
arrays
c
pointers
2 Votes
5 Réponses
19th Mar 2022, 9:50 AM
Abhay mishra
What is the difference between a pointer and a reference variable?
java
0 Vote
2 Réponses
16th Sep 2016, 3:45 PM
Shree Nandan Das
Why there is no parentheses when assigning a function to a function pointer
op[0]=add;
0 Vote
2 Réponses
7th Feb 2022, 7:15 PM
Noname
A question
pointer
question
6 Votes
2 Réponses
9th Feb 2018, 10:14 PM
Yusuf
What is pointer & how it uses in c program ?
c
pointer
0 Vote
2 Réponses
4th Feb 2017, 4:17 AM
Madhav Ashokbhai Dihora
Write a program using struct data type and pointer declaration proving the output shown below:
c++
-1 Vote
7 Réponses
21st Oct 2021, 2:26 PM
SAAR MAFFY G.
Where do you guys prefer to put the asterisk (*) in pointer declaration?
c++
pointers
0 Vote
4 Réponses
27th Apr 2017, 5:25 PM
needmorechocolate
Write a C programme to creat initialize,Assign and access a pointer variable
c
pointer
programming
0 Vote
2 Réponses
9th Apr 2020, 7:11 AM
Bhaskar Debsingha
How to get address of a dynamically allocated char array ?
cpp
dynamic_allocation
pointer
0 Vote
12 Réponses
22nd Oct 2022, 8:57 PM
Ali_combination
What is the practical use of a C++ pointer??
c++
pointer
1 Vote
5 Réponses
30th Oct 2016, 9:03 AM
Hayden Lee
What is the code for show background color when mouse pointer points it.
css
html
2 Votes
2 Réponses
27th Jan 2018, 8:09 AM
Pranjal Sahu
Can anyone explain need "this" pointer and why it is used
c++
0 Vote
1 Réponse
13th Sep 2017, 7:49 PM
Serjeel Ranjan
How do I write pointer reference parameter of coin class type?
c++
inheritance
pointers
0 Vote
1 Réponse
4th Mar 2022, 4:56 AM
bazi
Entering an array of 10 elements replacing the final element of the array with the 2nd element using the pointer
c++
1 Vote
12 Réponses
3rd Nov 2020, 6:36 AM
Plutos
int(*q)[4] means that q is a pointer to array of 4 integrs?.....(Explain)...?
c_syntax
explain
0 Vote
1 Réponse
26th Oct 2018, 4:57 PM
Rishab Sharma
C++ Question
function
pointer
0 Vote
2 Réponses
26th Aug 2020, 9:21 PM
Edward Finkelstein
What is wrong in following code ? error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
c++
2 Votes
5 Réponses
25th Apr 2021, 3:30 AM
𝖆𝖙.𝖚𝕷
diff between (int *)&a and &a
c
pointer
0 Vote
4 Réponses
8th Mar 2020, 4:20 PM
Reiner
Can set of strings from file pass to array of pointer in c?
arrays
c
code
pointers
strings
0 Vote
1 Réponse
13th Apr 2022, 2:22 PM
EllaQueen
Can anyone please tell me how the value of *++ptr becomes 17?
c
pointer
0 Vote
2 Réponses
4th Aug 2022, 11:56 AM
Keerthana.S
need explonation in detail
c
pointer
0 Vote
3 Réponses
4th Mar 2020, 4:25 AM
Reiner
How to allocate a double pointer from a function argument in C? [SOLVED]
2d
array
c
dynamic
pointers
0 Vote
1 Réponse
16th Sep 2022, 11:26 AM
CoderBittu
what is the problem in this code
c++
pointer
0 Vote
2 Réponses
20th May 2020, 8:57 PM
Shahed
why does *A is required i mean why is pointer needed here....plz answer....
array
arrayofpointers
basic
beginers
biginer
c
c++
code
pointer
simple
1 Vote
1 Réponse
2nd Jan 2021, 11:18 AM
Dershil Jadav
Does the pointer has the same functionality as the symbols in Ruby?
c++
pointers
0 Vote
2 Réponses
15th Jun 2016, 2:31 PM
Boris Atanasov
Why is not a good idea to pass a pointer as reference in C++?
c++
pointers
reference-types
setters
0 Vote
3 Réponses
12th Mar 2019, 4:42 AM
Eduardo Perez Regin
How a pointer of data type char having 1byte size stores the address of more size?
char
pointer
1 Vote
3 Réponses
21st Apr 2019, 5:43 AM
Suraj Dhenge
what is the difference between the pointer in C and the reference type injava
java
reference-types
value-types
4 Votes
1 Réponse
24th Jan 2017, 5:17 AM
Ralph Haides
What is the alternative for global pointer in c for implementing dynamic array?
arrays
cprogramming
1 Vote
2 Réponses
1st Feb 2018, 3:52 PM
Aditya Tambuskar
C++ return array
array
c++
function
pointer
return
12 Votes
7 Réponses
17th Mar 2019, 2:31 PM
NoxFly
I don't know how does this code work? Please help me understand the behaviour of this code in C
address
pointer
scanf
1 Vote
7 Réponses
26th Nov 2020, 1:57 PM
Yogeshwaran P
is it possible to get the array pointer [][] by using the scanner mathod.
input
java
1 Vote
3 Réponses
27th Jun 2017, 3:13 PM
Yehuda
what is the function that can retrieve the coordinates of the mouse pointer
python
1 Vote
2 Réponses
14th Jan 2017, 11:54 PM
DICKSON KAMAU
Plz explain 7th line of code and hence the output?
c
pointer
2 Votes
1 Réponse
20th Dec 2021, 10:15 AM
gaurav kumar
Just want to know how to display a mouse pointer over a div tag
div
tags
1 Vote
2 Réponses
2nd Jul 2019, 7:35 AM
Otaget Joshua
Why don't we use astrix in free up of pointer ?i.e. (delete*p)???
pointers
0 Vote
2 Réponses
4th Jan 2018, 9:31 PM
ANURAG SHARMA
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
11
12
13
...
17
Suivant >
Aujourd'hui en vedette
Can someone suggest codespace to run my code (react.js)?
1 Votes
Solved Chess tournament you’re creating code for a chess tournament
0 Votes
Is it legal to use conditional preprocessors inside a macro function?
1 Votes
I write a python code for "Take a phrase and replace any instances of an integer from 0-10 and replace it with the English word.
1 Votes
C Programming roadmap
2 Votes
[off-topic]Where is Result??
1 Votes
[SOLVED] Where do you find code coaches?
1 Votes
Messages
1 Votes
Cpp
1 Votes
Return the Kotlin Course
0 Votes