Login and Register ×
Check your Email for the OTP
C Programming Language MCQ Pointer in C Language
⚠ Report ✓ Question Verified Copy Link
Explanation:
void func(int a) { } void main() { void (*fp)(int); fp=func; fp(1); }
Related Topic:
Share Above MCQ
Learn More MCQ Questions from C Programming Language MCQ Pointer in C Language