Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Check if a singly linked list is a palindrome or not in C

Is it advised to declare variables inside loops?

Pointers comparison

c pointers

Time complexity of a Stack ADT implemented using a Linked List

Why is `*(multi + row)` producing a pointer address instead of a value?

Pointers in C: why is the * needed in *address_of_x = &x when getting the address of x?

c pointers syntax

Casting NULL pointers

c pointers casting

Alternatives to C++ Reference/Pointer Syntax

c++ c pointers reference

is it possible? passing address of local static value to main pointer?

c pointers static

Array Pointer not returned the expected value

c arrays pointers

give feedback on this pointer program

c++ pointers

Regarding dereferencing 'void *' pointer

Do C arrays declared without malloc() need to be checked for validity?

c arrays pointers memory

How to set struct pointer to NULL with function

c pointers struct

Create Bitmap from double two dimentional array

c# arrays image pointers bitmap

How to Assign a C++ Pointer to a C# Function

c# c++ pointers plsqldeveloper

Does C have a generic "pointer to a pointer" type?

c pointers void-pointers