hello friends
what do u mean by BUS ERROR
i got this error while i am doing my program in DATA STRUCTURES
Post New Answer View All Answers
What is a program flowchart?
Explain is it valid to address one element beyond the end of an array?
write a program to create a sparse matrix using dynamic memory allocation.
Why we not create function inside function.
What is the use of typedef in structure in c?
How can I split up a string into whitespace-separated fields?
What is structure of c program?
What does 1f stand for?
What is the use of function overloading in C?
What is conio h in c?
What is the difference between memcpy and memmove?
What do you mean by scope of a variable in c?
Do you know the difference between exit() and _exit() function in c?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is null pointer in c?