What the following program is executed? void main() { void ptr = (void) malloc(sizeof(void)); ptr++ ; }
Reveal answer
Fill a bubble to check yourself
What the following program is executed? void main() { void ptr = (void) malloc(sizeof(void)); ptr++ ; }