Friday, 3 November 2017
Learn C Programming - Use Function in Hindi | Chapter 2
Learn C Programming - Use Function in Hindi to write code in C Language . A function is a group of statements that together perform a task. Every C program has at least one function, which is main(), and all the most trivial programs can define additional functions. You can divide up your code into separate functions.
The Code used in this video is using a command called
PRINTF - it allows you to print information on a terminal.
the code script is
int main()
{
printf("Myelesson.org\n");
printf("this is my ist code\n");
return 0;
}
सी प्रोग्रामिंग सीखें - सी भाषा में कोड लिखने के लिए हिंदी में फ़ंक्शन का उपयोग करें एक फ़ंक्शन बयान का एक समूह है जो एक साथ काम करता है। प्रत्येक सी प्रोग्राम में कम से कम एक फ़ंक्शन होता है, जो मुख्य () है, और सभी सबसे तुच्छ कार्यक्रम अतिरिक्त कार्यों को परिभाषित कर सकते हैं आप अपने कोड को अलग फ़ंक्शंस में विभाजित कर सकते हैं।
इस वीडियो में इस्तेमाल किया गया कोड, एक कमांड का उपयोग कर रहा है
प्रिंट - यह आपको एक टर्मिनल पर जानकारी प्रिंट करने की अनुमति देता है।
कोड स्क्रिप्ट है
To watch more videos and download the files visit http://www.myelesson.org
To Buy The Full Excel Course visit . http://www.myelesson.org/product or call 9752003788
Connect with us on Facebook - https://www.facebook.com/excelmadeasy/
Connect with us on Twitter - https://twitter.com/Excelmadeasy
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment