Difference between Class and Struct.
Answer Posted / farhat khan
In C struct does not use function(method).
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is a void * in c?
Is swift based on c?
How do I get a null pointer in my programs?
What are the advantages of using new operator as compared to the function malloc ()?
C program to find all possible outcomes of a dice?
What is character constants?
What is the use of a ‘ ’ character?
What is zero based addressing?
What are the properties of union in c?
Is fortran still used today?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
How can I prevent another program from modifying part of a file that I am modifying?
What are data structures in c and how to use them?
What is a #include preprocessor?