While Loop Example Program In C++

  #include<iostream> #include<conio.h> using namespace std; int main() { // Variable Declaration int a; // Get Input Value cout<<“Enter the Number :”; cin>>a; int counter = 1; //while Loop Block…

how to write First cpp program

Welcome to our blog techgsr.co . Here, you can learn basic concepts of cpp programming interview questions and also from basic to advanced levels programs. This cpp tutorial is specially designed…

software engineering mcq questions

Multiple Choice Questions and Answers:- 1.Identify, from among the following, the correct statement. (a) One of the main challenges Software Engineering facing today is the requirement of most software systems…

unix mcq question and answer

Unix Operating System Multiple Choice Questions with Answers:- 1. Unix OS was first developed by a. Dennis Ritchie b. Bjarne stroustrup c. Ken Thompson d. Brian Kernighan Ans.C 2. Unix…

computer fundamentals mcq questions and answers

 Multiple Choice Questions with Answers :-           1. UNIVAC isA) Universal Automatic ComputerB) Universal Array ComputerC) Unique Automatic ComputerD) Unvalued Automatic Computer Answers  .A2. The basic operations performed by a computer areA) Arithmetic…

digital electronics mcq with answers

 Multiple Choice Questions and Correct Answers  :-1. Any number with an exponent of zero is equal to:A.zeroB.oneC.that numberD.ten Correct Answers  : Option B2. In the decimal numbering system, what is the…