Posts

basic

program to swap two values A & B without using third variable #include<stdio.h> #include<conio.h> void main() {  clrscr(); int a,b;  printf("\n enter number a:"); scanf("%d",&a);   printf("\n enter number b:");  scanf(%d",&b);  a = a + b;  b = a - b;  a = a - b;  printf(" \n result a : =%d",a); printf(" \n result b : =%d",b); getch(); }

basic

 sum of 5 subjects marks and find percentage #include<stdio.h> int main() {          int  s1, s2, s3,s4,s5,sum,total=500;           float per;           printf("\n enter mark of 5 subjects");           scanf("%d%d%d%d%d",&s1,&s2,&s3,&s4,&s5);           sum = s1+s2+s3+s4+s5;           printf("\n sum : %d"|,sum);           per = (sum * 100 ) / total ;           printf("\n percentage : %f ",per);           return (0); }

home

कम्प्यूटर बेसिक ज्ञान function   कंप्यूटर की कनौलेजे हिंदी में english notes   program  LET US C

कम्प्यूटर बेसिक ज्ञान

Image
कम्प्यूटर बेसिक ज्ञान कंप्यूटर का परिचय (Introduction of computer):---- कंप्यूटर शब्द अंग्रेजी के "Compute" शब्द से बना है, जिसका अर्थ है "गणना", करना होता है इसीलिए इसे गणक या संगणक भी कहा जाता है, इसका अविष्‍कार Calculation करने के लिये हुआ था, पुराने समय में Computer का use केवल Calculation करने के लिये किया जाता था किन्‍तु आजकल इसका use डाक्‍यूमेन्‍ट बनाने, E-mail, listening and viewing audio and video, play games, database preparation के साथ-साथ और कई कामों में किया जा रहा है, जैसे बैकों में, शैक्षणिक संस्‍थानों में, कार्यालयों में, घरों में, दुकानों में, Computer का उपयोग बहुतायत रूप से किया जा रहा है कंप्यूटर की कार्य प्रणाली (Computer Functions Hindi) कंप्‍यूटर के कार्यप्रणाली की प्रक्रिया एक चरणबद्ध तरीके से पूरी होती है - इनपुट (Input) → प्रोसेसिंग (Processing) → आउटपुट (Output) इनपुट के लिये आप की-बोर्ड, माउस इत्‍यादि  इनपुट डिवाइस  का प्रयोग करते हैं साथ ही कंप्‍यूटर को  सॉफ्टवेयर  के माध्‍यम से कंमाड या निर्देश देते हैं या डाटा ...

function

function  scanf In Program P3.3, the statement  scanf("%d", &a);  causes the computer to wait for the user to type a number. Since a is an integer variable, scanf  expects the next item in the data to be an integer or a value (like 3.8, say) that can be converted  into an integer but dropping the fractional part. If it is not (for example, if it is a letter or a special  character) the program will give an error message such as “Invalid numeric format” and stop. We say the program will crash. If the data is valid, the number will be stored in the variable a. The  statement  scanf("%d", &b); works in a similar manner.  The statement consists of: • The word scanf • Left and right brackets • Two items (called arguments) inside the brackets, separated by a comma.

कंप्यूटर की कनौलेजे हिंदी में

Image
कंप्यूटर की नौलेजे हिंदी में    कंप्यूटर एक स्वचालित तथा निदेशो के अनुसार कार्य करने वाला इलेक्ट्रॉनिक डिवाइस हैं, जो डेटा ग्रहण करता हैं तथा सॉफ्टवेयर या प्रोग्राम के अनुसार , किसी परिणाम के लिए डेटा को प्रोसेसर, संग्रहीत अथवा प्रदर्शित करता हैं  "कंप्यूटर" शब्द अंग्रेजी के आठ अक्षरों से मिलकर बना हैं, जो इसके अर्थ को और भी अधिक व्यापक बना देता हैं  C  = commonly O  = operated M  = machine P  = particularly U  = used for T  = technical E  = education R  = research

english notes

english notes all english charts here blow-- सभी तरहे के चार्ट यहाँ पर पर्याप्त हैं   passive voice tense chart in pdf download english ke sabhi notes yaha hai passive voice sentence  chart in pdf download https://drive.google.com/file/d/1qjpWYI83IK_iIQ7t0vey7y-U8B0rcI4z/view?usp=sharing