write a program to initialize the value as 20 & display the value on the monitor?
#include <iostream> using namespace std;Â int main(int argc, char *argv[]) { int a = 20; cout << a; }
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment