SET THEORY SETS AND SUBSETS A set should be a well specified collection of objects. “it must be possible for us to decide whether the object belongs to the collection ( under consideration) or not. We use capital letter to represent sets and lowercase letters to represent elements. For set A we write if x Continue reading
Month: September 2021
c plus plus Notes
Oops in C++ The main aim of OOP is to bind together the data and the function that operate on them so that no other part of the code can access this data except this function. Class: is a user defined data types, which holds its own data member and member functions, which can be Continue reading
COLLECTION OF 1000 IMPORTANT GS QUESTIONS
भगवान बुध को ान क ाित कहाँ हुई थी? बोधगया आय समाज क थापना कसने क ? वामी दयानदं ने पजंाबी भाषा क लप कौनसी है ? गुमुखी भारत क मुय भूम का दणतम कनारा कौनसा है ? कयाकुमार भारत म सबसे पहले सूय कस राय म नकलता है ? अणाचल देश इंसुलन का योग Continue reading
System Software
System Software notes Complier Complier: compiler is a translator program written in (High-level language) the source program and translate into an equivalent program in (machine-level language) the target program. An important part of compiler is an error showing to the programmer. System Software notes Executing a program written in high-level language is basically of two Continue reading