Login and Register ×
Check your Email for the OTP
C Programming Language MCQ Pointer in C Language
⚠ Report ✓ Question Verified Copy Link
void main() { int const *p = 5; Printf("%d", ++(*p)); }
Explanation:
Related Topic:
Share Above MCQ
Learn More MCQ Questions from C Programming Language MCQ Pointer in C Language