What is 'bus error'?
No Answer is Posted For this Question
Be the First to Post Answer
int *a[5] refers to
Can include files be nested?
write a program which counts a product of array elements lower than 10.
wite a programme in c to linear search a data using flag and without using flags?
Which is better pointer or array?
main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }
c program to compute AREA under integral
How can this be legal c?
What is Function Pointer? Explain with example?
What is preprocessor with example?
What are the advantages of union?
What is the difference between array and linked list in c?