What are the differences between the function prototype and the function defi-nition?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is difference between shallow copy and deep copy? Which is default?

1 Answers  


Write about the various sections of the executable image?

0 Answers  


What are virtual functions and what is its use?

1 Answers  


Adobe Interview & Adobe Placement Paper

1 Answers   Adobe,


Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?

6 Answers   CSC,


What are different types of typecasting supported by C++

1 Answers   CA,


what are the events occur in intr activated on interrupt vector table

0 Answers   HGS,


What is a "RTTI"?

6 Answers   HCL,


What is the maximum value of a unsigned char a) 255 b) 256 c) 128

0 Answers  


Can inline functions have a recursion? Give the reason?

3 Answers  


What is jump statement in C++?

0 Answers   Ericsson,


What do you mean by pure virtual functions in C++? Give an example?

1 Answers  


Categories