Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
No Answer is Posted For this Question
Be the First to Post Answer
How can I access a memory located at certain address?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
what is a constant pointer in C
What is static and volatile in c?
What is volatile
Why do we use pointer to pointer in c?
what is the size of an integer variable?
What is echo in c programming?
What is file in c preprocessor?
print 1-50 with two loop & two print Statement
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
how can i get this by using for loop? * ** * **** * ******