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
Ranked #4K
~877 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags
c x 4
c++ x 3

5 Posted Topics

Member Avatar for prashanth s j

hi please tell meaning of **void and ***void pointers also help me where i got info about this

Member Avatar for grumpier
0
154
Member Avatar for Member #465680

see what i have made changes in u r program #include <stdio.h> int print(int[]); int main() { #define NUMBERS 7 int nums[] = {2, 4, 5, 7, 9, 11, 13}; print(nums); return 0; } int print (int *nums) { int i; i = (*nums)++; for (i = 1; i <= …

Member Avatar for Member #465680
0
122
Member Avatar for somnathsarode

hi , everybody can any one write a "c" programme without main() function "please don't tell me this is not possible " If u know please tell me

Member Avatar for ArkM
0
158
Member Avatar for kikloo

hi if u want to merge two strings then there is readimade function in file "string.h" name as "strcat" the function gives concatnation or merging of two srings

Member Avatar for Murtan
0
283
Member Avatar for somnathsarode

Hey i have created binary search prograram this progaram search all locations but not first if i give value of other than zero location it gives results but not for zero location please guid me the code is as follows [code]// Program for Binary search #include<stdio.h> #include<conio.h> int a[50]; void …

Member Avatar for ddanbe
0
160

The End.