We can do in C but not in C++

Light Poster
3Jan2005,17:20   #1
arangasoft's Avatar
Hai,

Any body can tell me the answer for this question.The question is " We can do in C program but not in C++ program.what is that?".It was in my software test paper.I couldn't able to answer that question.So please help me...
Go4Expert Founder
4Jan2005,10:02   #2
shabbir's Avatar
Hello,

Can you reduce the size of your signature. It looks annoying.

Also regarding your query. Something you cannot do in C++ but in C

void *ptr1;
long *ptr2 = ptr1;

Also you can try compiling this in C it will but not in C++
Code:
 int main()
 {
    int class = 0;
    int template = 4;
    class += template;
 }
Also have this link as in interview you have been asked probably this question.
http://www.onesmartclick.com/intervi...ogramming.html

Thanks
Shabbir Bhimani

Last edited by shabbir; 4Jan2005 at 10:06..
Ambitious contributor
26Feb2008,17:14   #3
elec.shabnam's Avatar
i m really weak with pointers can you suggest some good books
Go4Expert Member
27Feb2008,09:30   #4
rlearntowin1's Avatar
got it
Newbie Member
21Oct2010,21:17   #5
soorajlal's Avatar
hai,


in cpp we can usr reference variables..but in c not...
search on reference variable for more.....