Request New Subject
Home
Computer Science Engineering (CSE)
Data Structure and Algorithms (DSA)
Q. What will be the output of the program? #include<stdio.h>int main(){ int X=40; { int X=20; printf("%d ", X); } printf("%d\n", X); return 0;} (Solved)
1. 40 40
2. 20 20
3. 20
4. error
d. error
Related Topics
→ Computer Architecture and Organization
→ Microprocessor and Interfacing Technique
→ Computer Networks
→ Operating System (OS)
→ Artificial Intelligence and Robotics (AIR)
→ Software Project Management (SPM)
→ Computer Fundamentals
→ High Performance Computing (HPC)
→ Data Communication and Computer Network
→ CPP Programming
Subscribe Now
Get All Updates & News
Subscribe