User Profile
Collapse
-
I was asked to do with structure/union....what to do....how to modify pls help -
how to use io.h in linux paltform
hello
am tring to solve the c programs in linux....
<io.h> is not compatible...an d also process.h...... ...what to do???
cant i work c on linux ? -
hello, pls look in to my program
and help me to modify this....
[code=c]
#include <stdio.h>
#include <string.h>
#include<stdlib .h>
main()
{
int x = 1,z;
long l,k;
char str[]=" 153.18.8.105";
char *str1;
char str2[16];
printf("String: %s\n", str);...Leave a comment:
-
-
Converting IP Address to long int with strtok()
Please send a program in c..which aceppts the IP address in the form(for ex: 153.18.8.105) and converts it into 32bit long interger(ex.256 8095849) using strtok library function and unions.
No activity results to display
Show More
Leave a comment: