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 is public, protected, private in c++?

0 Answers  


What are built-in functions? What is the syntax for the definition?

0 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


If I is an integer variable, which is faster ++i or i++?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,






Write a program to reverse a linked list?

8 Answers   Catalytic Software, Satyam,


Why can templates only be implemented in the header file?

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


write the code that display the format just like 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1 6 5 4 3 2 1

5 Answers  


How a new element can be added or pushed in a stack?

0 Answers  


What are static and dynamic type checking?

0 Answers  


What is the difference between struct and class?

1 Answers  


Categories