closed by
145 views

Related questions

0 votes
0 votes
1 answer
1
Sahil Raza asked Oct 13, 2018
228 views
What is the differences between static and extern in C ? How it work ?
2 votes
2 votes
1 answer
2
iarnav asked May 5, 2017
314 views
void main() { int *ptr; ..... ..... { int ch; ptr = &ch; } ..... // Here ptr is dangling pointer }Since here's no function calling and only main(). So, I am not able to u...
1 votes
1 votes
1 answer
4