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 |
|
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;
}
http://www.onesmartclick.com/intervi...ogramming.html Thanks Shabbir Bhimani Last edited by shabbir; 4Jan2005 at 10:06.. |
|
Ambitious contributor
|
|
| 26Feb2008,17:14 | #3 |
|
i m really weak with pointers can you suggest some good books
|
|
Go4Expert Member
|
|
| 27Feb2008,09:30 | #4 |
|
got it
|
|
Newbie Member
|
|
| 21Oct2010,21:17 | #5 |
|
hai,
in cpp we can usr reference variables..but in c not... search on reference variable for more..... |

