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
~2K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for mddv

Getting lot of backlinks from free web directories will increase the google traffic for a while. But it will reduce drastically over time.

Member Avatar for sweetdoll22
1
1K
Member Avatar for Pamilerin

Tip: You can make polynomial data structure with pointers and linked lists

Member Avatar for vinodxx
0
125
Member Avatar for vinodxx

Hello friends, I have a code snippet related to pointer increment and decrement. [CODE]int arr[] = {1,2,3,4,5}; int *ptr; ptr = arr + 2; printf("%d %d %d %d %d %d\n",ptr,(ptr+1),ptr--,ptr,ptr++,++ptr);[/CODE] It is giving console output as: [B]1245020 1245024 1245024 1245020 1245020 1245020[/B] I am a bit surprised with the third …

Member Avatar for vinodxx
0
134
Member Avatar for vinodxx

I expect the following source code to output [B]value = 0, Copied value = 0 value = 0, Copied value = 200[/B] But it is actually giving [B]value = 0, Copied value = 0 value = 200, Copied value = 200[/B] I have re-assigned [I]CopyMyValWithRef.reference.value = 200;[/I] This assignment must …

Member Avatar for kvprajapati
0
139
Member Avatar for vinodxx

Hello friends, You can use socialposter.com (61 sites) or socialmarker.com (32 sites) for mass bookmarking. Search Engines will index your websites fast if they have backlinks from these Bokkmarking sites.

Member Avatar for net4nuts
0
72
Member Avatar for sneekula
Member Avatar for vinodxx

Hi everybody, I am Vinod, from Bangalore,India. Interested in Matlab and C Coding for Digital Signal Processing. Regards, Vinod

Member Avatar for Serunson
0
51

The End.