Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?


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

Post New Answer

More C++ General Interview Questions

What issue do auto_ptr objects address?

2 Answers  


Write about the various sections of the executable image?

0 Answers  


Should you pass exceptions by value or by reference?

0 Answers  


What is the basic difference between C and C++?

0 Answers   NIIT,


What is algorithm in c++ programming?

0 Answers  


Is c++ the best programming language?

0 Answers  


why c++ is not called strictly d super set of c?

3 Answers   Satyam,


What is c++ manipulator?

0 Answers  


When one must use recursion function? Mention what happens when recursion functions are declared inline?

0 Answers  


What is a float in c++?

0 Answers  


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

0 Answers   Care,


What are virtual functions in c++?

0 Answers  


Categories