What is static in c++?


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

Post New Answer

More C++ General Interview Questions

Explain the register storage classes in c++.

0 Answers  


What is the difference between while and do while loop?

0 Answers  


What does count ++ do in c++?

0 Answers  


Can you help me with this one? Make a program that when a user inputed a Product Name, it will display its price, and when the user inputed the quantity of the inputed product, it will show its total price. The output must be like this: Product Name: Price: Quantity: Total Price: ..this is the list of products to be inputed: Cellphone - 1500 Washing Machine - 5200 Television - 6000 Refrigirator - 8000 Oven - 2000 Computer - 11000 thanks..:D

1 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,






How to avoid changing constant values?

2 Answers   Symphony,


Do class method definitions?

0 Answers  


List out function which we can call without using object

1 Answers  


Write about a nested class and mention its use?

0 Answers  


What is the use of 'using' declaration in c++?

0 Answers  


Can we use this pointer inside static member function?

0 Answers  


Can a class be static in c++?

0 Answers  


Categories