If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?


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

Post New Answer

More C++ General Interview Questions

what is data Abstraction? and give example

147 Answers   Aaditya Info Solutions, American Express, CMS, College School Exams Tests, Data Entry Operator, First Advantage, Google, HCL, IBM, Infosys, Microsoft, Mind Links, NIIT, Oracle, Pact, QBit Systems, TCS, WAYA, Wipro,


What is stack unwinding?

0 Answers  


What is a map in c++?

0 Answers  


What is the Maximum Size that an Array can hold?

55 Answers   Adobe, FutureSoft, HCL, Infosys, Satyam, TCS, Wipro,


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  






How would you differentiate between a pre and post increment operators while overloading?

0 Answers  


Define anonymous class.

0 Answers  


what are the iterator and generic algorithms.

0 Answers  


Why is c++ still popular?

0 Answers  


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

3 Answers   Satyam,


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


what is oops

2 Answers  


Categories