I am learning C++ and I have done Pointers..but I am not able to understand it well. I know what is it but I am not able to understand exactly why do we use rather where do we use it. :confused: .basically it's the practical implication of it which I am not able to understand..So can anyone help me in making me understand this POINTER...:)
aminura 0 Light Poster
Recommended Answers
Jump to Posti'm also a bit confused. for example, all of the following code works just fine:
please explain which is best and why.
In all cases, main should be declared as returning an int, and an int value should be returned from it.
#include <stdio.h> main() { char …
All 4 Replies
harshchandra -3 Junior Poster in Training
glSuccinct 3 Newbie Poster
serfurj 7 Light Poster
Dave Sinkula 2,398 long time no c Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.