Answers

Question and Answer:

  Home  C++ Type Checking

⟩ What is the output of this program? #include <stdio.h> int main() { char a = '12'; printf("%d", a); return 0; } a) Compiler error b) 12 c) 10 d) Empty

c) 10

 173 views

More Questions for you: