Explain pass by value and pass by reference.


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

Post New Answer

More C++ General Interview Questions

Write the program form Armstrong no in c++?

11 Answers   HCL,


What is difference between c++ 11 and c++ 14?

0 Answers  


Write a program which uses functions like strcmp(), strcpy()? etc

0 Answers  


What are c++ templates used for?

0 Answers  


Can you please explain the difference between overloading and overriding?

0 Answers  






What does it mean to declare a member function as static?

0 Answers  


What is auto type c++?

0 Answers  


What is a container class? What are the types of container classes?

1 Answers  


what is software cycle? What is a mission critical system ? What is the important aspect of a real-time system ? Explain the difference between microkernel and macro kernel. Give an example of microkernel.Why paging is used ? Which is the best page replacement algo and Why ? What is software life cycle ? How much time is spent usually in each phases and why Which one do U want to work if selected in Honeywell ? Which are the different types of testing ? What is a distributed system ? Some questions about CSP. Which languages do U know ? What are the differences between Pascal and C. questions from Compiler construction and Lisp. Which are the different computer architecture? What is the requirement in MIMD ? What is the difference between RISC and CISC processors ? Difference between loosely coupled and tightly coupled systems ? What is an open system?

0 Answers   Honeywell,


Problem 5: Hero's Formula is A method for calculating the area of a triangle when you know the lengths of all three sides. Let a, b, c be the lengths of the sides of a triangle. The area is given by:A= pp-ap-b(p-c) | wherep= a+b+c2 | | Write a C-language code to calculate area of triangle using above method. Take the three lengths of the triangle from the user and display the area that your program calculates.

0 Answers   Maxobiz,


What is format for defining a structure?

0 Answers  


How do you print a string on the printer?

0 Answers  


Categories