Pooja2014-08-02T11:14:20+00:00C Program : C Program to Add two numbers using Command Line Arguments
[crayon-62863f301ebf6831254678/]
Output :
[crayon-62863f301ebfd146281400/]
Steps to be followed to execute program using Command Line Argument inside Borland C/C++ Compiler :
Step 1 : Write a Program
Step 2 : Open Command Prompt inside Borland C/C++.
Step 3 : Click on DOS Shell.
Step 4 : Inside Command Prompt type this command.
[crayon-62863f301ec01886867424/]
Step 5 : Hit Enter , You will get following Output.
[crayon-62863f301ec04477391207/]
Step 6 : Type "exit" command to return to Turbo C/C++ Screen