Why is not a pointer null after calling free?
No Answer is Posted For this Question
Be the First to Post Answer
Why isn't it being handled properly?
Explain enumerated types.
What are the storage classes in C?
List some of the static data structures in C?
How many parameters should a function have?
What are register variables? What are the advantage of using register variables?
Why is main function so important?
1 1 12 21 123 321 12344231 how i creat it with for loop??
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
what is structuer?
What does the error message "DGROUP exceeds 64K" mean?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer