No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
hey i am Cool
- Interests
- Reading , Listeig Music,
- PC Specs
- core 2 duo 2 GB RAM, 160 GB Hard Disk , 19" Intex LCD ,
5 Posted Topics
Re: hi please tell meaning of **void and ***void pointers also help me where i got info about this | |
![]() | Re: 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 <= … ![]() |
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 | |
Re: 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 | |
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 … |
The End.