What is the Difference between Class and Struct?
Answer Posted / manju
The only difference between class and struct is that
in class all members are private by default whereas in
struct the members are by default public.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is bubble sort technique in c?
How can I sort a linked list?
Explain what is the concatenation operator?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What is the use of void pointer and null pointer in c language?
Explain how do you declare an array that will hold more than 64kb of data?
What standard functions are available to manipulate strings?
What does 3 periods mean in texting?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
How do I convert a string to all upper or lower case?
What is a constant?
What is the general form of a C program?
What is data types?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is s in c?