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

write a program that takes two numbers from user that prints the smallest number

2 Answers  


What is c++ and its features?

0 Answers  


What is RAII (Resource Acquisition Is Initialization)?

1 Answers  


given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you

2 Answers  


Write my own zero-argument manipulator that should work same as hex?

0 Answers  


what does the following statement mean? int (*a)[4]

0 Answers  


When can I use a forward declaration?

0 Answers  


Explain the concept of inheritance in C++.

3 Answers  


Write a program to find the Fibonacci series recursively.

0 Answers   Huawei,


Write about the members that a derived class can add?

0 Answers  


What is increment operator in c++?

0 Answers  


describe private access specifiers?

0 Answers  


Categories