Command Line Arguments | C Programming Tutorial in Nepali #97

Опубликовано: 15 Октябрь 2024
на канале: Bikalpa Codes
566
34

C Programming Tutorial in Nepali, Part 97: Command Line Arguments

In this video, we'll learn what commands and command line interface is, and how the arguments typed in the command line are passed to the program written in C. We'll understand the meanings of argc and argv parameters passed to the main function. We will also write an example program to copy a file to another file in C using the command line arguments. At the end of this video, you will be able to write programs of your own using the command line arguments.

Chapters
============
00:00 Introduction
00:26 Introduction of commands, command line and the command line arguments.
12:02 An example program that prints out all command line arguments passed to it.
17:37 Why use command line arguments?
29:50 Challenge for the episode

Source code for this entire series is available at: https://github.com/theoctober19th/c-t...

Subscribe for more tutorials: https://www.youtube.com/BikalpaCodes?...

C Programming Tutorial in Nepali Playlist:    • C Programming Tutorial in Nepali (Zer...  

Follow me on:
Facebook :   / theoctober19th  
Twitter:   / theoctober19th  
Instagram:   / theoctober19th  

#CProgramming #BikalpaCodes #BikalpaDhakal