0% found this document useful (0 votes)
11 views

Java and c++ Run and Compile Command

Uploaded by

Vinit Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Java and c++ Run and Compile Command

Uploaded by

Vinit Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

for Java: javac hello.

java this is a compile java program command then for run java program java hello for c++ first we
have to compile g++ hello.cpp -o hello after for run the program ./hello

You might also like