Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Tags

6 Posted Topics

Member Avatar for Santi1986

Can anyone tell me how exactly does copy_from_user work....i mean other stuff apart from the checks tat are made regarding passing of valid addresses...etc...is there a VM mapping done....

0
179
Member Avatar for Santi1986

so my question here is when the parent exits before the child process...in linux....the reparenting is done within the same thread group rite!!??? ...and wots the role of the reaper..i mean after you find a suitable parent task..why is this reaper API called..

0
163
Member Avatar for Santi1986

any other method by which i can pass variable no. of arguments to a function :)

Member Avatar for Narue
0
361
Member Avatar for Santi1986

how many stacks does the kernel maintain/keep track of...say if there are 12 kernel threads and around 50 user processes??

Member Avatar for rubberman
0
233
Member Avatar for Santi1986
Member Avatar for N1GHTS
0
103
Member Avatar for vgd

[QUOTE=smilenow;1692483]the answer is 2011 [CODE]#include<stdio.h> void main() { char c[]="gate2011"; char *p=c; printf("%s",p+p[3]+p[1]); getch(); }[/CODE] But really i cannot find out that how did it came.printing p[3]or for any i p[i]alone does not give any thing except garbage value ,on the other hand printing p gives gate2011. can anyone explain?plzzz[/QUOTE] …

Member Avatar for smilenow
0
159

The End.