-
Pointer to Unsingned int
Why it is not possible to create pointer to unsingned int?
-
A Program that does nothing
Write a program in C that does nothing not even takes memory?
-
What will be difference b/w 5th and 6th statements?
1. #define MAX 1002. main()3. {4. int max=100;5. int a[MAX];6. int b[max];7. }