What are the advantages of prototyping?


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

Post New Answer

More C++ General Interview Questions

What is the difference between interpreters and compilers?

0 Answers  


Please explain the reference variable in c++?

0 Answers  


You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


Is there any difference between int [] a and int a [] in c++?

0 Answers  






Differentiate between the message and method?

1 Answers  


What is a base class?

0 Answers  


What is the header file for setw?

0 Answers  


What are raw sockets, where they are efficient?

2 Answers   Symphony,


string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring

1 Answers   Quark,


Define a pointer to a data member of the type pointer to pointer?

0 Answers  


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


Categories