Introduction to Computer
Computer Computer एक स्वचालित (automatic) तथा निर्देशों (instructions) के अनुसार कार्य करने वाला device है, जो डेटा ग्रहण करता है, तथा सॉफ्टवेयर (software) या प्रोग्राम (program) के अनुसार की परिणाम…
Computer Computer एक स्वचालित (automatic) तथा निर्देशों (instructions) के अनुसार कार्य करने वाला device है, जो डेटा ग्रहण करता है, तथा सॉफ्टवेयर (software) या प्रोग्राम (program) के अनुसार की परिणाम…
Operators mathematical symbols (चिह्न) है जो की गणितीय (mathematical) और तार्किक (logical) calculation करने के उपयोग किये जाते, उदाहरण के लिए +, -, *, / आदि operators है। Example #include<stdio.h>…
Table of ContentsUnionVideo ReferenceDefine UnionNote Union Union एक used defined data type है struct की तरह, जो की अलग-अलग प्रकार का डेटा रख सकता है, एक ही मेमोरी लोकेशन पर।…