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
How to detect memory leaks in c++
What is a node class?
What is a flag in c++?
C++ program output? Explain output of this program. #include <iostream> using std::cout; using std::cin; int main() { cout<<cout<<' '; cout<<cin; return 0; } It prints some address in hexadecimal. what is it?
What is static class data?
Are there interfaces in c++?
What is the use of pointer in c++ with example?
Explain binary search.
What is an operator in c++?
Name the debugging methods that are used to solve problems?
What is the output of the following program? Why?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero