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
What is a const pointer?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is integer constants?
write a program to sum of its digit with using control structure or with out using loop. for ex: let the number is 25634 then answer will be=2+5+6+3+4=20
What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
Why c is called procedure oriented language?
What is an lvalue?
Is c pass by value or reference?
write a program in c language for the multiplication of two matrices using pointers?
What is difference between structure and union?
Write program to remove duplicate in an array?