August 31, 2008
mySQL———————————————-?
vinu asked:
i made a project using c on linux known as online examination system but it has bugs i need help to remove the following errors:-
i made a project using c on linux known as online examination system but it has bugs i need help to remove the following errors:-
1)Function does not call itself,
2)segmentation error,
i have alre3ady used the following header files:-
Learn MySQL
Filed under Programming & Design by Administrator

Comments on mySQL———————————————-?
khm, we don’t read minds - a listing would have been helpfull.
you get a segmentation error when you try to read outside of memory that was allocated to your program - usually you’re trying to read from an array outside it’s bounds