Write a Program to find the largest of 4 no using macros.


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

Post New Answer

More C++ General Interview Questions

What is & in c++ function?

0 Answers  


What is OOPs

12 Answers   CA,


What do you mean by global variables?

0 Answers  


We use library functions in the program, in what form they are provided to the program?

0 Answers  


What is a node class in c++?

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,


What is a driver program?

0 Answers  


what is upcasting in C++?

0 Answers  


Tell me what are static member functions?

0 Answers  


What is abstract class in c++?

0 Answers  


Which software is best for c++ programming?

0 Answers  


In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h

0 Answers  


Categories