Answer Posted / pallavii
Prototyping describes the function interface to the compiler
by giving the details such as the number and the arguments
and the type return value.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between while and do while loop?
What is the difference between a template and a macro?
What is functions syntax in c++?
How many types of comments are there in c++?
What do you mean by global variables?
What is the difference between reference and pointer?
Write a program in C++ for Fibonacci series
Describe the advantages of operator overloading?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What is exception handling? Does c++ support exception handling?
What is near, far and huge pointers? How many bytes are occupied by them?
Keyword mean in declaration?
How to give an alternate name to a namespace?
What is difference between rand () and srand ()?
Mention the ways in which parameterized can be invoked. Give an example of each.