Answer Posted / abhishek sinha
functiion overloading means in a program we can define more
than function with the same name but different argument.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Do you know about latest advancements in C++ ?
Can a list of string be stored within a two dimensional array?
Explain what is oop?
What are libraries in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Explain the purpose of the keyword volatile.
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is a dynamic binding in c++?
What do the header files usually contains?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
How do I exit turbo c++?
What is private, public and protected inheritance?
What are guid?
Can notepad ++ run c++?
Differentiate between structure and class in c++.