Implement Pattern matching algorithm using C
Aim: Write a program to Implement Pattern matching algorithm using c
Implement Pattern matching algorithm using C Read More »
Aim: Write a program to Implement Pattern matching algorithm using c
Implement Pattern matching algorithm using C Read More »
Aim: Write a program to reverse a string using pointers in c Another Approach
C program to reverse a string using pointers Read More »
The steps in writing and executing a shell script are, Open the terminal. Navigate to the directory you wish. Create a file with .sh extension. Write shell script using any text editor. Give the script permission to execute. Execute the shell script. Navigating to the directory Open terminal ( Ctrl + Alt + T )
How to write and execute a shell script in Linux? Read More »
Aim: Write a shell script which whenever gets executed displays the message Good Morning/Good afternoon /Good Evening depending on the time it gets executed
Aim: An employee Basic Pay is input through keyboard where DA is 40% of basic pay and HRA is 20% of basic pay. Write a shell script to calculate gross salary, Gross Salary =Basic Pay + DA + HRA
Shell script to calculate gross salary Read More »