What is the Difference between Class and Struct?
Answer Posted / santhosh.r
Structs allocates continues memory
where as class does not
structs and functions are the basic idea behind class
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How a string is stored in c?
What is a program flowchart?
Is null a keyword in c?
Explain what are reserved words?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Is a pointer a kind of array?
Which header file is used for clrscr?
Can a file other than a .h file be included with #include?
Explain two-dimensional array.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Explain bit masking in c?
How do I determine whether a character is numeric, alphabetic, and so on?
Explain null pointer.
What is an operator?
What are pointers really good for, anyway?