What is c++ prototype?


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

Post New Answer

More C++ General Interview Questions

What is searching? Explain linear and binary search.

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Are vectors passed by reference c++?

0 Answers  


What is fflush c++?

0 Answers  


Define a nested class.

0 Answers  


How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)

2 Answers  


Write a C++ Program to Generate Random Numbers between 0 and 100

1 Answers  


Do you need a main function in c++?

0 Answers  


How do pointers work?

0 Answers  


What does return 0 do in c++?

0 Answers  


Differentiate between declaration and definition.

0 Answers  


What is a constructor initializer list and when we use constructor initializer list?

3 Answers   Soft Info, TCS,


Categories