0

What is meant by object in c program?

24th Feb 2019, 10:13 AM
Kavin Palanisamy
Kavin Palanisamy - avatar
4 Answers
+ 1
I'd suggest looking it up in the c tutorial as it can explain it much better then i can
24th Feb 2019, 11:37 AM
Julian
Julian - avatar
+ 1
What is a class in c program?
24th Feb 2019, 10:20 AM
Kavin Palanisamy
Kavin Palanisamy - avatar
0
there are no objects and classes in C. do you mean C++?
24th Feb 2019, 12:12 PM
Max
Max - avatar
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 .
14th Mar 2019, 4:54 AM
Adarsh Singh
Adarsh Singh - avatar