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

Why use of template is better than a base class?

0 Answers  


int *p = NULL; printf("%1d",p) ; what will be the output of this above code?

3 Answers   Microsoft,


How do you initialize a string in c++?

0 Answers  


What type of question are asked in GE code writing test based on c++ data structures and pointers?

0 Answers  


Differentiate between the message and method in c++?

0 Answers  






Explain virtual class and friend class.

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


make a middle node of doubly linklist to the top of the list

1 Answers  


What are built-in functions? What is the syntax for the definition?

0 Answers  


what is Member Functions in Classes?

0 Answers  


Describe exception handling concept with an example?

0 Answers  


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


Categories