#include <stdio.h> int *ptr; int main() { int n = 0; ptr = &n; return 0; }
Bss segment
Previous Question Next Question
Your comments will be displayed only after manual approval.