What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Is that possible to store 32768 in an int data type variable?

0 Answers  


What is volatile

2 Answers  


given the piece of code int a[50]; int *pa; pa=a; to access the 6th element of the array which of the following is incorrect? a.*(a+5) b.a[5] c.pa[5] d.*(*pa + 5)

6 Answers   amu, TCS,


What is the difference between null pointer and void pointer

10 Answers   CTS, Manforce, MAQ Software,


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  






how to swap 2 numbers in a single statement?

3 Answers  


how to find the binary of a number?

10 Answers   Infosys,


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


How will you divide two numbers in a MACRO?

0 Answers   Apps Associates,


what r the cpu registers r ther?

1 Answers  


What is the difference between c &c++?

0 Answers  


Categories