What is the difference between a declaration and a definition?


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

Post New Answer

More C++ General Interview Questions

Differentiate between late binding and early binding. What are the advantages of early binding?

0 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

0 Answers  


Is c++ a high level language?

0 Answers  


Define a conversion constructor?

0 Answers  






Explain Text Manipulation Routines?

0 Answers  


Explain all the C++ concepts using examples.

0 Answers   InterGraph,


Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.

0 Answers  


write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement

2 Answers  


What are function poinetrs? where are they used?

1 Answers   CTS,


Enter n no. of element and delete value from desire position

1 Answers  


List the types of polymorphism in c++?

0 Answers  


Categories