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 are header files why are they important?
4. main() { int c=- -2; printf("c=%d",c); }
explain what is an endless loop?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
what is the difference between 123 and 0123 in c?
What is the main difference between calloc () and malloc ()?
How can you call a function, given its name as a string?
What is nested structure with example?
What is the purpose of 'register' keyword?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is this pointer in c plus plus?
Explain what are global variables and explain how do you declare them?
What is a newline escape sequence?
Is it better to bitshift a value than to multiply by 2?
ATM machine and railway reservation class/object diagram