I found it only 4 fedora 14… just put the command in a file called /etc/rc.local or put in /etc/rc.d/rc.local or write a script in /etc/init.d/ and reboot the system…. that command will work. Still searching a common method for … Continue reading
if i write while(1) { i=(int *)malloc(sizeof(int)); } here each location will be assigned to i after 16 addresses. But why…??? o_O
while((c=getchar())==’\n’); NOTE that there is a semicolon at the end.
Shell assignment 1,2 complete. C assignment 1,2,3,4 complete. Facing some problem in string manipualtion in one question. Thank you
shell assignment 1 is complete..
what is the command for online help in linux…??
Facing a problem while I am using gets or fgets in a certain program… first 3 characters are being treated as ”… Please explain this thing… thanx
need help to get the exact way of using fgets().
sir, Assignment 2 completed.
Can anyone tell me, how to compare two floats…??
assignment 1 complete, 2-d array using pointers complete
Sir, now, able to get byte wise values of an int.
Sir, How to check the overflow and underflow of a float.??
sir, I have some problem in Pre-increment operator for the following expression. i=10; printf(“%d\n”,++i + ++i + ++i); I am getting un-expected output. it’s answer is 37.. but how??