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

hey i am Cool

Interests
Reading , Listeig Music,
PC Specs
core 2 duo 2 GB RAM, 160 GB Hard Disk , 19" Intex LCD ,
Favorite Forums
Favorite Tags
c x 4
c++ x 3

5 Posted Topics

Member Avatar for prashanth s j
Member Avatar for grumpier
0
145
Member Avatar for RenFromPenn

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 RenFromPenn
0
114
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
153
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
268
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
153

The End.