Forum: C Jan 1st, 2009 |
| Replies: 7 Views: 944 hi please tell meaning of **void and ***void pointers
also help me where i got info about this |
Forum: C Dec 29th, 2008 |
| Replies: 9 Views: 539 see what i have made changes in u r program
#include <stdio.h>
int print(int[]);
int main() |
Forum: C Dec 29th, 2008 |
| Replies: 3 Views: 420 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 |
Forum: C Dec 29th, 2008 |
| Replies: 14 Views: 2,595 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 |
Forum: C++ Dec 28th, 2008 |
| Replies: 9 Views: 458 |
Forum: C++ Dec 28th, 2008 |
| Replies: 9 Views: 458 hey u have not solve my problem
do u undetstand my problem
its not givinig 1 st locatotion value
when search for frist location |
Forum: C++ Dec 28th, 2008 |
| Replies: 9 Views: 458 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 ... |