What is functions syntax in c++?


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

Post New Answer

More C++ General Interview Questions

What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


What is copy constructor? Can we make copy constructor private in c++?

0 Answers  


an integer constant must have atleast one a) character b) digit c) decimal point

0 Answers  


What is the use of setfill in c++?

0 Answers  


What is meant by const_cast?

0 Answers  






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,


What is null c++?

0 Answers  


What is stream and its types in c++?

0 Answers  


What is virtual function? Explain with an example

0 Answers  


how to swap two strings without using any third variable ?

11 Answers  


What is a Default constructor?

1 Answers  


Which should be more useful: the protected and public virtuals?

0 Answers  


Categories