Answer Posted / pushpanjali panda
class is a user defined entity which has some real world
existence,and it is a way to bind the data and its
associated functions of different datatypes
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain threaded binary trees?
What does c mean in standard form?
How is a macro different from a function?
Why main is not a keyword in c?
What are data structures in c and how to use them?
Is array name a pointer?
Why & is used in scanf in c?
What are the application of c?
write a program to concatenation the string using switch case?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
Once I have used freopen, how can I get the original stdout (or stdin) back?
Why is c platform dependent?
How are structure passing and returning implemented?
Here is a neat trick for checking whether two strings are equal
Write a program to swap two numbers without using a temporary variable?