C Programming Language MCQ Operators and Enums in C Language
⚠ Report ✓ Question Verified Copy Link
#include // Assume base address of "ABCDEQuiz" to be 1000 int main() { printf(5 + "ABCDEQuiz"); return 0; }
Learn More MCQ Questions from C Programming Language MCQ Operators and Enums in C Language