C++ Institute CLA-11-03 Question Answer
What happens if you try to compile and run this program?
#include
int main (int argc, char *argv[]) {
int i = 20;
printf("%x", i);
return 0;
}
-
Choose the right answer:
Previous
C++ Institute CLA-11-03 Question Answer
What happens if you try to compile and run this program?
#include
int main (int argc, char *argv[]) {
int i = 20;
printf("%x", i);
return 0;
}
-
Choose the right answer: