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...
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/interviews/interviews-programming.html Thanks Shabbir Bhimani
hai, in cpp we can usr reference variables..but in c not... search on reference variable for more.....