C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include int main() { int a = 20; double b = 15.6; int c; c = a + b; printf("%d", c); }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language