Electrostatics.
Electrostatics

Electrostatics.

Electrostatics. Electrostatics – The branch of physics that deals with the study of the properties of stationary charges and the phenomena associated with them is called electrostatics. Electrodynamics – The branch of physics that deals with the study of the properties of moving charges and the phenomena associated with them is called electrodynamics. Charge. In…

0 Comments
Electrostatics in Hindi.
Electrostatics in Hindi

Electrostatics in Hindi.

Electrostatics. स्थिर विद्युतिकी - भौतिक विज्ञान की वह शाखा जिसके अंतर्गत स्थिर आवेशों के गुणों तथा उनसे संबंधित घटनाओं का अध्ययन किया जाता है, उसे स्थिर विद्युतिकी कहते है । गतिक वैद्युतिकी - भौतिक विज्ञान की वह शाखा जिसके अंतर्गत गतिशील आवेशों के गुणों तथा उससे संबंधित घटनाओं का अध्ययन किया जाता है, उसे गतिक…

0 Comments
Arithmetic Operators in C++
Arithmetic Operators in C++

Arithmetic Operators in C++

Arithmetic Operators in C++ Arithmetic operators in the C++ programming language are used to apply or perform basic mathematical operations such as addition, subtraction, multiplication, division, and modulus (remainder) on variables defined or declared in a C++ program. Arithmetic operators can be used to apply arithmetic operators to programmer-declared parameter variables containing integer and floating-point…

0 Comments
Arithmetic operators c++ In Hindi
Arithmetic operators c++ In Hindi

Arithmetic operators c++ In Hindi

Arithmetic operators c++ In Hindi C++ प्रोग्रामिंग लैंग्वेज में अरिथमेटिक ऑपरेटर्स का यूज़ C++ प्रोग्राम में डिफाइन डिक्लेअर वेरिएबल पर ऐड, सब्सट्रेशन, मल्टिप्लिकेशन, डिवीज़न, और मॉड्यूलस (शेष) जैसे बेसिक अर्थमेटिक मैथमेटिकल ऑपरेशन अप्लाई या परफॉर्म करने में किया जाता है। अरिथमेटिक ऑपरेटर्स प्रोग्रामर डिक्लेअर पैरामीटर वेरिएबल जिसमे इंटीजर और फ्लोटिंग-पॉइंट जैसे डाटा टाइप (जिसमे int,…

0 Comments
Input/Output in C++ using cin and cout
Input Output in C++ using cin and cout

Input/Output in C++ using cin and cout

Input/Output in C++ using cin and cout In the C++ programming language, the input and output statement keywords are built-in and controlled within the iostream library (header file/preprocessor directive) in every C++ program. The input and output statements in any C++ program are the two most commonly used stream statement methods for displaying textual value…

0 Comments
Input/Output C++ using cin and cout In Hindi
Input Output C++ using cin and cout In Hindi

Input/Output C++ using cin and cout In Hindi

Input/Output C++ using cin and cout In Hindi C++ प्रोग्रामिंग लैंग्वेज में इनपुट और आउटपुट स्टेटमेंट कीवर्ड हर C++ प्रोग्राम में iostream लाइब्रेरी (हैडर फाइल/प्रीप्रोसेसर डायरेक्टिव) के अंदर बिल्ट-इन मैनेज और कण्ट्रोल किए जाते हैं। किसी भी C++ प्रोग्रम में इनपुट और आउटपुट स्टेटमेंट टेक्स्ट वैल्यू इनफार्मेशन को डिस्प्ले करने के लिए सबसे ज़्यादा कॉमन…

0 Comments
Electrochemical Series
Electrochemical Series

Electrochemical Series

Electrochemical Series – If various elements are arranged in either increasing or decreasing order of their standard reduction potentials, the resulting series is called the electrochemical series. Utility of the Electrochemical Series – In the electrochemical series, an element with a higher standard reduction potential has a greater tendency to undergo reduction; that is, it…

0 Comments
Electrochemical Series in Hindi.
Electrochemical Series in Hindi

Electrochemical Series in Hindi.

विद्युत रासायनिक श्रेणी- यदि विभिन्न तत्वों को उनके मानक अपचयन विभव के बढ़ते क्रम तथा घटते काम में व्यवस्थित किया जाए तो इस प्रकार प्राप्त श्रेणी को विद्युत रासायनिक श्रेणी कहते है। विद्युत रासायनिक श्रेणी की उपयोगिता- विद्युत रासायनिक श्रेणी में जिस तत्व का मानक अपचयन विभव का मान अधिक होता है, उस तत्व में…

0 Comments
Variables and Constants in C++
Variables and Constants in C++

Variables and Constants in C++

Variables and Constants in C++ Variables and constants in the C++ programming language are an essential method for storing and processing data values ​​in user-defined programs. They can be manually modified between program declaration and execution, or custom-set and fixed as needed. To create efficient, readable, and maintainable program source code in C++, it's crucial…

0 Comments
Variables and Constants c++ In Hindi
Variables and Constants c++ In Hindi

Variables and Constants c++ In Hindi

Variables and Constants c++ In Hindi C++ प्रोग्रामिंग लैंग्वेज में वेरिएबल और कॉन्स्टेंट यूजर डिफाइन प्रोग्राम में डेटा वैल्यू को स्टोर और प्रोसेस करने के लिए एक एसेंशियल मेथड हैं. जो किसी प्रोग्राम डिक्लेरेशन और एक्सेक्यूशन के अंतराल में मैन्युअली मॉडिफाई किए जा सकते हैं, या जरूरत के अनुसार कस्टम सेट कर फिक्स किए जा…

0 Comments