Hello sir the explanation and code given by you is excellent, I have a little bit of confusion in code please clear, In write system call if we use file descriptor value is 0 , 2 apart from 1 (Std-output device fd) then it also give same output please clarify
To be short and crisp It tries to write data to 0 or 2 but since it cant write to keyboard(0) or any error device (since no error device ia connected to system) so it writes to the terminal (1) However this behavior is not guaranteed and depends upon specific configuration.
Command 'gcc' not found, but can be installed with: apt install gcc this comes whenever I run gcc w.c what shd I do? online help dekha but haven't figured out
Please can you try as much as possible to use english all through, you have audience from other parts of the world too. I couldn't get the best of this resources because you were not speaking english at some point, and I didn't understand what you were saying.
Excellent sir...u hv made the topic so so easy to understand...maximum info in minimum words with effective understanding... Thank you 🙏
Thanks a lot
SIR within a day i understood various topics thank you
Thank you sir. Its really helping me a lot.
Explained really well Sir thanks
Nice explanation 👍
great lecture sir
Beautifully explained.
Thanks
Very nice sir 😊
very nicely explained sir
Too good sir, learned a lot
Glad to hear that
Very nice video sir g
Thank you sir good explanation
so damn underrated channel
Thank you so much sirrr🙏🙏🙏
Thank you for this
Thanks for sharing...
Hello sir the explanation and code given by you is excellent, I have a little bit of confusion in code please clear, In write system call if we use file descriptor value is 0 , 2 apart from 1 (Std-output device fd) then it also give same output
please clarify
To be short and crisp
It tries to write data to 0 or 2 but since it cant write to keyboard(0) or any error device (since no error device ia connected to system) so it writes to the terminal (1)
However this behavior is not guaranteed and depends upon specific configuration.
Sir, I can't access your program links it would be better then. Please make them available in your description.
www.dextutor.com
Command 'gcc' not found, but can be installed with:
apt install gcc
this comes whenever I run gcc w.c
what shd I do? online help dekha but haven't figured out
You have already posted the solution in your query. Use the command
sudo apt-get install gcc
Thanku SIR 🙏🏻
wo gcc vala error aa raha he?
meine sudo gcc vale comande se install kiya but abhibhi vo hi error dikha raha he
what shoud i do now
What is the error? Share
@@dextutor Command 'gcc' not found, but can be installed with:
apt install gcc
$sudo apt-get install gcc
How do you save the program ?
Depends on the editor you are using
i have an issue in this
man 2 write says no manual write in section2
watch this
th-cam.com/video/l-Vi2SYYwng/w-d-xo.html
13:09
Please can you try as much as possible to use english all through, you have audience from other parts of the world too. I couldn't get the best of this resources because you were not speaking english at some point, and I didn't understand what you were saying.
man 2 write not working. Plz help
One method is to install gcc
$sudo apt-get update
$sudo apt-get install gcc
Thank you. It works
@@avadhoothasaitarun9819 it is still not working for me.
I ran the commands then run man 2 write still it's same.
can u help?
13:40