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
What is the condition that is applied with ?: Operator?
Which is an example of a structural homology?
What is the use of pointers in C?
Is main a keyword in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Difference between pass by reference and pass by value?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What are predefined functions in c?
What is data structure in c language?
What are types of structure?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Explain how many levels deep can include files be nested?
What do you mean by dynamic memory allocation in c? What functions are used?
Explain how do you print only part of a string?
What is structure pointer in c?