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
~16.7K People Reached
About Me

I sure am.

Interests
Programming, Math, Physics
PC Specs
A couple of rocks tied together with twigs.
Favorite Tags
c x 1
c++ x 1
Member Avatar for debasisdas
Member Avatar for James_28
8
16K
Member Avatar for Dewise

YES....it might sound funny to lots who may have achieved and to some who may have had good orientations........but for me.....its a serious issue.....i am being thought in class.....but i really want to know wht is out there in the market....in the world beyond my classrooms and the "funny assignments …

Member Avatar for jameskodo85
0
120
Member Avatar for 12mrsaturns

Some of you may know me from programming forums. Others may not. For those of you who don't, I'm 12mrsaturns.

Member Avatar for maceman
0
35
Member Avatar for winecoding

There is a small program. [CODE]#include <stdio.h> void f(char **p); int main() { char *argv[]={"ab", "cd", "ef", "gh"}; f(argv); } void f(char **p) { char *t; t=(p+=sizeof(int))[-1]; printf("%s\n", t); }[/CODE] Assume the size of int is 4, I was asked to give the running result of the following code segment. …

Member Avatar for burgercho
0
88