What do you mean by global variables?


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

Post New Answer

More C++ General Interview Questions

How the V-Table mechanism works?

6 Answers   HP,


What is polymorphism and its type in c++?

0 Answers  


What are vtable and vptr?

0 Answers  


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,


How do I exit turbo c++?

0 Answers  






What are the benefits of pointers?

0 Answers  


why is iostream::eof inside a loop condition considered wrong?

0 Answers  


How would you call C functions from C++ and vice versa?

0 Answers   Genpact,


What is token c++?

0 Answers  


What is the topic of the C++ FAQ list?

1 Answers  


What is an explicit constructor?

1 Answers  


Difference between a homogeneous and a heterogeneous container

0 Answers  


Categories