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

You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Do you know the problem with overriding functions?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

0 Answers  


write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,






How do you allocate and deallocate memory in C++?

1 Answers  


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

0 Answers  


What is runtime errors c++?

0 Answers  


What does std :: flush do?

0 Answers  


What is one dimensional array in c++?

0 Answers  


Where is atoi defined?

0 Answers  


Describe the advantages of operator overloading?

0 Answers  


Categories