What is the Difference between Class and Struct?
Answer Posted / ashish srivastava
by default
struct elements are public
while
class elements are private
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Can a pointer be static?
explain what is an endless loop?
The file stdio.h, what does it contain?
What is cohesion in c?
What is s or c?
What is a lvalue
which is an algorithm for sorting in a growing Lexicographic order
If fflush wont work, what can I use to flush input?
What are data structures in c and how to use them?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
What happens if header file is included twice?
what is the structure pointer?
How #define works?
What does a function declared as pascal do differently?