suppose i hav 4 numbers in a array a[4]=(0,5,6,7); now i want to create a newarray 4x3 havin elements as: 0,5,6 0,5,7 0,6,7 5,6,7 plz...
hi all; i m reading " unix network programming " by richard stevens . i am in the chapter 5 of the book. various examples given in the book , are...
hi all; i hav written a code in c for finding ip: #include<stdlib.h> #include<stdio.h> #include<string.h> #include<sys/ioctl.h>...
hello all, this is the name sorting programm. i m passing pointers to strings as arguments. the code according to me appears right bu i get...
can anyone tell me where the err is :' #include<stdio.h> void set(char *items[]); int main() { char...
hi all, can anyone tell me where the err is :' #include<stdio.h> void set(char *items[]); int main() { char...
Separate names with a comma.