What is command line arguments in C++? What are its uses? Where we have to use this?


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

Post New Answer

More C++ General Interview Questions

Write a String class which has: 1) default constructor 2) copy constructor 3) destructor 4) equality operator similar to strcmp 5) constructor which takes a character array parameter 6) stream << operator

2 Answers   HCL, Lehman Brothers, Zoomerang,


Will the inline function be compiled as the inline function always? Justify.

1 Answers  


Tell me can a pure virtual function have an implementation?

0 Answers  


What is a smart pointer?

1 Answers  


What is meant by const_cast?

0 Answers  






What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h

0 Answers  


Is c++ vector dynamic?

0 Answers  


Define whitespace in C++.

0 Answers   HCL,


How do you print a string on the printer?

0 Answers  


Should I learn c++ c?

0 Answers  


What will the line of code below print out and why?

0 Answers  


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,


Categories