in Programming in C
181 views
0 votes
0 votes
What will be value inside an unintialized pointer eg case1:

main(){

Int *p;//local

}

Or case2:

Int *p;// global

Main(){

}
in Programming in C
181 views

1 comment

https://www.quora.com/Is-the-null-pointer-same-as-an-uninitialized-pointer

but online compilers treating them equal, ( i don't believe online compilers, it's my opinion )

1
1

Please log in or register to answer this question.

Related questions