Skip to content

Instantly share code, notes, and snippets.

#include <stdio.h>
//#include <alloc.h>
int main(void){
printf("Check the ram usage and press any to start the process");
getchar();
int c=0;
void *v=NULL;
v=malloc(1);
void (* va[33000]);
printf("Reached till array with size %d\n",sizeof(va));