#include <stdio.h> int main() { int a; { int b; } }
a) a->b, a->b
b) a->b, b->a
c) b->a, a->b
d) b->a, b->a
What will be the sequence of allocation and deletion of variables in the following C code?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the sequence of allocation and deletion of variables in the following C code?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!