Difference between Class and Struct.
Answer Posted / frozan maqsoodi
the main difference is the default access specifier.
constructors can be declared in structures. try it, you
will get the answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a newline escape sequence?
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
What are the advantages and disadvantages of pointers?
Explain what are compound statements?
simple program of graphics and their output display
What is the difference between declaring a variable by constant keyword and #define ing that variable?
Why do we write return 0 in c?
What is the best organizational structure?
Can true be a variable name in c?
How are 16- and 32-bit numbers stored?
What is a nested loop?
How can you return multiple values from a function?
What is the use of typedef in c?
What are the advantages of c language?
Explain the red-black trees?