What is the identity function in c++? How is it useful?


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

Post New Answer

More C++ General Interview Questions

Using a smart pointer can we iterate through a container?

0 Answers  


Can a constructor be private?

0 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


Explain linear search.

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  






How the virtual functions maintain the call up?

0 Answers  


How is c++ different from java?

0 Answers  


What are the comments in c++?

0 Answers  


What is &x in c++?

0 Answers  


A milk carton can hold 3.78 litres of milk. Each morning, a dairy farm ships cartons of milk to a local grocery store. The cost of producing one litre of milk is $0.38, and the profit of each carton of milk is $0.27. Write a C++ program that prompts the user to enter the total amount of milk produced in the morning. Then display the number of milk cartons needed to hold milk, the cost of producing milk, and the profit for producing milk.

2 Answers  


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

0 Answers  


WHO DEVELOPED C++?

6 Answers  


Categories