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 the use of bitwise operator?
How can a process change an environment variable in its caller?
What are the benefits of organizational structure?
How is pointer initialized in c?
what do the 'c' and 'v' in argc and argv stand for?
Why do we need volatile in c?
What are the data types present in c?
Can a pointer be static?
Why should I prototype a function?
Where are some collections of useful code fragments and examples?
what will be the output for the following main() { printf("hi" "hello"); }
Can the size of an array be declared at runtime?
Why doesnt the call scanf work?
What is #define size in c?
Do you know the difference between malloc() and calloc() function?