What is the Difference between Class and Struct?
Answer Posted / sureshreddy
the diff b/w structure and class is class by deafualt
private, where as structure by default public.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is variable declaration and definition in c?
What are the __date__ and __time__ preprocessor commands?
What are two dimensional arrays alternatively called as?
How can a process change an environment variable in its caller?
What is queue in c?
When is a void pointer used?
How can I implement sets or arrays of bits?
What is function pointer c?
What is extern keyword in c?
Explain what is the difference between null and nul?
Where are the auto variables stored?
Write a program to swap two numbers without using third variable in c?
Why do we use static in c?
What is a good way to implement complex numbers in c?
write a program for the normal snake games find in most of the mobiles.