Skip to content

op12omgithub/Array-Programs

Repository files navigation

################################################
#Instruction to compile C program on Linux OS:
 gcc program.c -o program
 
 #To run the C program
 ./program
 
 
 gcc seconLargestNum.c -o seconLargestNum
 
(Above program is giving warning. This is not a error. Program is running and 
giving correct output).
 
 ################################################
 #Instruction to compile Java Program on Linux OS
 javac program.java
 
 #To run the java program
 java program
 
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published