0
What is meant by object in c program?
4 Answers
+ 1
I'd suggest looking it up in the c tutorial as it can explain it much better then i can
+ 1
What is a class in c program?
0
there are no objects and classes in C. do you mean C++?
0
Object is a member of a class with the help of it we can accept the inputs to perform operaton without objects class is nothing that means if you have declare a class but you have not declare it's object then class does not perform any operation .