StackOverflow Questions for Tag: array-pointer

Sarthak Katiyar
Sarthak Katiyar

Reputation: 5

Why is the value of the pointer pointing at the 0th index of an array different from the actual 0th index of the array in C?

Score: 0

Views: 103

Answers: 1

Read More
Shashvat Gupta
Shashvat Gupta

Reputation: 73

What is the actual practical difference between int x[] and int *x[] in C?

Score: -2

Views: 85

Answers: 1

Read More
Mohd Saq
Mohd Saq

Reputation: 1

Address of the array name pointer and the first element of the array

Score: 0

Views: 39

Answers: 0

Read More
Anorionil
Anorionil

Reputation: 505

Why does a php array in two foreach loops lead to an infinite loop?

Score: 2

Views: 113

Answers: 0

Read More
olmervii
olmervii

Reputation: 17

value of array of pointers to struct changes when exiting loop

Score: 0

Views: 29

Answers: 1

Read More
user20259078
user20259078

Reputation: 1

Accessing specific objects using pointer to multiple arrays of pointers

Score: 0

Views: 47

Answers: 0

Read More
yrom1
yrom1

Reputation: 27

Meaning of 1[pointer] in C++?

Score: 0

Views: 207

Answers: 1

Read More
Jackson Allan
Jackson Allan

Reputation: 737

Pointer-to-array, malloc, and out-of-bounds access

Score: 0

Views: 205

Answers: 2

Read More
Andrew Truckle
Andrew Truckle

Reputation: 19107

C26485 and pointer decay with TCHAR in exception handler

Score: 1

Views: 2237

Answers: 2

Read More
Priyanshu
Priyanshu

Reputation: 11

What is the difference between these two methods of dynamic allocation of arrays?

Score: 1

Views: 44

Answers: 0

Read More
Jahnavi Dunaka
Jahnavi Dunaka

Reputation: 1

how to shrink an array if two consecutive numbers in an array are equal then remove one and increment other

Score: 0

Views: 184

Answers: 2

Read More
Itachi Uchiwa
Itachi Uchiwa

Reputation: 3164

How to read a complicated type?

Score: 2

Views: 192

Answers: 2

Read More
Hemjal
Hemjal

Reputation: 300

C Pointer array is not working with memcpy

Score: 2

Views: 139

Answers: 2

Read More
UKS
UKS

Reputation: 13

What is the implicit decay of char* arrays?

Score: 1

Views: 198

Answers: 1

Read More
Roy Shiff
Roy Shiff

Reputation: 63

confilicting types in C

Score: 0

Views: 67

Answers: 1

Read More
Enrico
Enrico

Reputation: 104

Is there a way to get the size of a three-dimensional vector using pointer notation?

Score: 0

Views: 66

Answers: 1

Read More
R. Row
R. Row

Reputation: 19

Seg Fault calling mergesort on pointer array

Score: 1

Views: 56

Answers: 1

Read More
shabarish pr
shabarish pr

Reputation: 13

Value of array pointer is getting changed after fopen

Score: 0

Views: 65

Answers: 1

Read More
Nemora
Nemora

Reputation: 13

Is it possible to find the address of the end of an array with a reference to the n+1th element?

Score: 0

Views: 60

Answers: 2

Read More
anbocode
anbocode

Reputation: 73

Understanding and manipulating pointers to integer arrays

Score: 1

Views: 98

Answers: 3

Read More
PreviousPage 1Next