Request New Subject
Home
Computer Science Engineering (CSE)
Programming for Problem Solving
Q. What is output of below program?int main(){int i,j,k,count;count=0;for(i=0;i<5;i++){ for(j=0;j<5;j++) { count++; }}printf("%d",count);return 0;} (Solved)
1. 5
2. 10
3. 25
4. 50
c. 25
Related Topics
→ Computer Architecture and Organization
→ Microprocessor and Interfacing Technique
→ Computer Networks
→ Data Structure and Algorithms (DSA)
→ Operating System (OS)
→ Artificial Intelligence and Robotics (AIR)
→ Software Project Management (SPM)
→ Computer Fundamentals
→ High Performance Computing (HPC)
→ Data Communication and Computer Network
Subscribe Now
Get All Updates & News
Subscribe