Explain how functions are classified in C++ ?


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

Post New Answer

More C++ General Interview Questions

Const char *p , char const *p What is the difference between the above two?

0 Answers   TCS,


What are the types of array in c++?

0 Answers  


What is the use of setprecision in c++?

0 Answers  


What is the use of turbo c++?

0 Answers  


What do you mean by static variables?

0 Answers  






What are special characters c++?

0 Answers  


Which operations are permitted on pointers?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


What is c++ mutable?

0 Answers  


Can user-defined object be declared as static data member of another class?

0 Answers  


write the prime no program in c++?

16 Answers  


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

0 Answers  


Categories