What are the differences between a struct in C and in C++?
Answer Posted / aditya
nathing to nswer please show
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between delegation and implemented-in-terms-of?
What is operators in c++?
What is istream and ostream in c++?
Explain unexpected() function?
What is virtual destructor ans explain its use?
What is the disadvantage of using a macro?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is an associative container in c++?
What is class in c++ with example?
What is constructor and destructor in c++?
What is difference between n and endl in c++?
Explain what is class definition in c++ ?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
What is a unnitialised pointer?
Can I learn c++ without c?