What is the output of the program given below?#include <iostream>using namespace std;int main (int argc, const char * argv[]){int i=10;{int i=0;cout<<i;}cout<<i;return 0;}
A. 1010
B. 100
C. 010
D. None of these
What is the output of the program given below?#include <iostream>using namespace std;int main (int argc, const char * ar
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What is the output of the program given below?#include <iostream>using namespace std;int main (int argc, const char * ar
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!