Consider the following C program:
2. int main() {
3. float sum = 0.0, j=1.0, i=2.0;
4. while (i/j greater than 0.0625) {
5. j=j+j;
6. sum=sum+i/j;
7. printf("%f\n", sum);
8. }
9. return 0;
10. }
The number of times the variable sum
will be printed, when the above program
is executed, is _________
WebSite: www.EasyExamNotes.com
Our FB page: / easyexamnotesdotcom
Lectures Library:
1) Analysis & Design of Algorithm: • Video
2) Data Structure Lectures: • Video
3) Computer Organization Architecture: • Computer Organization Architecture
4) Operating System Lectures: • Fragmentation (Hindi) | OS | Jayesh Umre
5) Theory Of Computation Lectures: • Lec-4 Draw a DFA accepting strings starti...
6) DBMS Lectures: • RDBMS (Hindi) | Jayesh Umre
7) Principles Of Programming Languages: • Language Evaluation Criteria | PPL | Jayes...
8) Internet Of Things: • IOT Conceptual Framework in Hindi | Jayesh...
9) Discrete Structures: • Prove set G= {1, 2, 3, 4, 5, 6} is abelian...
10) Cloud Computing Lectures: • RAID-Redundant Array of Independent Disks(...
11) Software Engineering: • RAD model | SDLC | Jayesh Umre
12) Digital Circuits: • Half Adder | Jayesh Umre
13) Number System: • 10's Complement | Jayesh Umre
14) GATE Mathematics: • GATE | Adjoint of a Matrix | Jayesh Umre
15) Management Information System: • MIS in Hindi
16) Computer Network: • Computer Networks in Hindi
====================================================