Hey ...
a list of files that are responsible for ur login ENV
/etc/bashrc
/etc/profile
($HOME)/.bashrc
($HOME)/.bash_profile
($HOME)/.bash_login
($HOME)/.login
($HOME)/.profile
Different files are used depending upon the Login shell (BASH,sh et cetera). and theres also a different priority...
Hi Ben ...
jus a passing suggestion
as such theres no way that u can move two objects simultaneously. but u can simulate the idea.
try using threads.
ciao
mystery !?
hi
atleast the following probs are easily visible ...
1. function : dataEntry
line: scanf("%s",&list[index].name);
shd be : scanf("%s",list[index].name);
or : scanf("%s",&(list[index].name[0]));
scanf expects an address. list[].name is the base address...
Hi Chris, though Brudnakm has certainly gives us a solution to the problem, I'll jus add a few more pointers all the same. hoping they will be helpful.
the problem as i see it ...
a. when arr is passed to pass, the passing by refernce holds as far as the contents of arr are changed. In this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.