U can find all the program in c.If du u have any query about c plz ask me and also program
Recommended Answers
Jump to PostHi gunjan,
Can you please tell me what is the difference between
void function(int*d);
andvoid function(int &d);
both above are function declarations and both we do the changes to the original variable passed to the function. Then what is the exact difference.Thanks in advance
Jump to PostHi gunjan,
Can you please tell me what is the difference between
void function(int*d);
andvoid function(int &d);
both above are function declarations and both we do the changes to the original variable passed to the function. Then what is the exact difference.Thanks in advance
The first one is …
All 7 Replies
rati 0 Junior Poster in Training
cutedipti 0 Light Poster
ahamed101 40 Junior Poster
Sci@phy 97 Posting Whiz in Training
devnar commented: Nicely put. :) +1
rohanvijay 0 Newbie Poster
devnar 114 Junior Poster
nucleon 114 Posting Pro in Training
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.