Declaring 2d arrays globally and locallyIt says "program.exe" has stopped working after I compile, and it returns big negative number
Declaring 2d arrays globally and locallyHello. In this example [code]int main() { int A[3000][3000]; return 0; } [/code] the progra...
pointersbut if we declare a pointer to an integer, then lets say what will happen with *(p+1)? does it exist...
Has this happened to you :(Well I personally was learning these basic things like if statements and loops for quite a year (bec...
pointers1. How many contiguous "blocks" of addresses does compiler initialize to a pointer ? Like when we in...
This user does not accept Private Messages