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
Which built-in library function can be used to match a patter from the string?
How do you generate random numbers in C?
What is data structure in c and its types?
What is volatile c?
List a few unconditional control statement in c.
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
List some basic data types in c?
Why header file is used in c?
what are the 10 different models of writing an addition program in C language?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
I heard that you have to include stdio.h before calling printf. Why?
How can I open a file so that other programs can update it at the same time?
What do you mean by c?
What is the main difference between calloc () and malloc ()?
How do I copy files?