What is general format for a prototype?


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

Post New Answer

More C++ General Interview Questions

What are arithmetic operators?

0 Answers  


Is c++ a difficult language?

0 Answers  


When must you use a pointer rather than a reference?

0 Answers  


Define a way other than using the keyword inline to make a function inline?

1 Answers  


Is there any problem with the following: char *a=NULL; char& p = *a;?

1 Answers  






Define Virtual function in C++.

0 Answers   iNautix,


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

3 Answers   Wipro,


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

0 Answers  


What is double in c++?

0 Answers  


class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


Is turbo c++ free?

0 Answers  


Explain what happens when a pointer is deleted twice?

0 Answers  


Categories