The integer value printed by the ANSI-C program given below is _______________
2. int funcp(){
3. static int x = 1;
4. x++;
5. return x;
6. }
7.
8. int main(){
9. int x,y;
10. x = funcp();
11. y = funcp()+x;
12. printf("%d\n", (x+y));
13. return 0;
14. }
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
====================================================