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
In C language what is a 'dangling pointer'?
What is typedf?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Hai what is the different types of versions and their differences
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
How can you tell whether a program was compiled using c versus c++?
What is clrscr ()?
How to declare a variable?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Explain enumerated types.
What’s a signal? Explain what do I use signals for?
What is null pointer constant?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
List the different types of c tokens?
What is extern storage class in c?