Noel Reedsan array isn’t a pointer but an array name is — C programming.as a new programmer in C, pointers are one, arrays are another. this took me a while to wrap around and thought of writing this article to…6d ago
Muiru JacksonDeclaration of String in CIn C, char [] and char * are both used to represent strings. However, there are some important differences between the two:Mar 27, 2023
Ahmad SamehHow to Achieve Polymorhism in C... Sort of.OOP is an advanced concept and can’t be used in C. However, there is one principle that can be implemented in C, but it is not simple.Nov 24Nov 24
Marisol HernandezPointers in C/C++ Cheat SheetThis is a cheat sheet I developed on Pointers in C/C++ and a summary of my learning experience.Dec 18, 2023Dec 18, 2023
Anamul AkashFunction Pointer in CIn C, function pointers allow you to store the address of a function in a pointer variable and then call the function through the pointer…Nov 15Nov 15
Noel Reedsan array isn’t a pointer but an array name is — C programming.as a new programmer in C, pointers are one, arrays are another. this took me a while to wrap around and thought of writing this article to…6d ago
Muiru JacksonDeclaration of String in CIn C, char [] and char * are both used to represent strings. However, there are some important differences between the two:Mar 27, 2023
Ahmad SamehHow to Achieve Polymorhism in C... Sort of.OOP is an advanced concept and can’t be used in C. However, there is one principle that can be implemented in C, but it is not simple.Nov 24
Marisol HernandezPointers in C/C++ Cheat SheetThis is a cheat sheet I developed on Pointers in C/C++ and a summary of my learning experience.Dec 18, 2023
Anamul AkashFunction Pointer in CIn C, function pointers allow you to store the address of a function in a pointer variable and then call the function through the pointer…Nov 15
Savan SerasiyaUse Pointers in C#In this article, introduce pointers in C#, exploring their syntax, usage in unsafe code blocks, and practical applications with direct…Nov 12
InNerd For TechbyYu-Cheng (Morton) KuoC Interview Questions 01: Pointers & EndiannessFunction pointer, pointer to pointer, const int *ptr, & undefined behaviorDec 1, 20232