Command Line Arguments | C Programming Tutorial in Nepali #97

preview_player
Показать описание
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

Follow me on:

#CProgramming #BikalpaCodes #BikalpaDhakal
Рекомендации по теме
Комментарии
Автор

Informative video dai!
Aru language ko ni chaiyo series

Ritikpanta
Автор

argc would be 4 and argv would be {tar, cvzf, media_files.tar.gz, /home/bikalpa/media_files, NULL}

laxmansharmapaudel