Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~541 People Reached
Favorite Tags
Member Avatar for vijay496

hi friends, Iam a newbie to linux, could youu guys explain me regarding these two commands diff and git what i understood is diff shows the differnces b/w two files but regarding this git Iam unable to understand.. git -clone etc.......... and I see a lot of places like this …

Member Avatar for rubberman
0
181
Member Avatar for vijay496

Plz help me in writing a prog that coverts a integer values to respective hexa value and store it to a file eg: in file i need like this 15 0xf(0x mandatory), 255 0xff 254 0xfe

Member Avatar for hiddepolen
0
109
Member Avatar for vijay496

Please help me how semop() w.r.t semval works in LINUX when semop=negative,positive,zero.... what is absolute value ? is it the modulus value or the just sum ? will the value keep on increment as we keep on changing value for semop,semval. in one program ?

0
61
Member Avatar for vijay496

Hi friends, help me out Generally If the call to fork() is executed successfully Unix will create identical copies address spaces and the execution starts from the next statement of the fork() So, in such case output of the following prog must be #include<stdio.h> { printf("\nwelcome to"); fork(); printf("\nDaniWeb Discussion"); …

Member Avatar for rubberman
1
190