Answer Posted / rakurakesh
Method overloading
done in same
class but method overridng done in
diff. Class here inheritance occure.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you define a function?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
How can I find out how much free space is available on disk?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Why is main function so important?
What is a program flowchart?
What are pointers? What are different types of pointers?
What are qualifiers in c?
Describe how arrays can be passed to a user defined function
What is break statement?
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.
Is using exit() the same as using return?
What is linear search?
How do we declare variables in c?
How many identifiers are there in c?