Answer Posted / deepak saini
class is the collection of data and functions(methods)
which are used to collect that data.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is the general form of a c program?
What is character set?
What do mean by network ?
c program for searching a student details among 10 student details
How many keywords are there in c?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is malloc and calloc?
How can you access memory located at a certain address?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
What is stack in c?
What is "Duff's Device"?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
diff between exptected result and requirement?
what is stack , heap ,code segment,and data segment
How to implement a packet in C