Search Results

Search: Posts Made By: carolsanjeevi
4,126
Posted By carolsanjeevi
Thanks
If i have less programming sense,what to call the people who has replied to my post?.Learn how to behave in a public forum.Respect others.It just to help the people:)
2,886
Posted By carolsanjeevi
Converting byte array in c?
My project is based on GSM. Some parameters are represented as bytearray.Can any one tell me wats is the equivalent for it in c
4,126
Posted By carolsanjeevi
But when i check the size of fork its giving 1....
But when i check the size of fork its giving 1. If it is pointer how it could be

---------- Post updated at 09:58 AM ---------- Previous update was at 09:55 AM ----------

Thank you guys...
4,126
Posted By carolsanjeevi
Size of fork
But while checking the size of the fork its giving 1. Why?
:confused:
4,126
Posted By carolsanjeevi
But while checking the sizeof() to fork its...
But while checking the sizeof() to fork its showing 1.:mad:
4,126
Posted By carolsanjeevi
her fork is not a function or system...
her fork is not a function or system call:rolleyes:
4,126
Posted By carolsanjeevi
But i dint find any declared variable like fork...
But i dint find any declared variable like fork in unistd.h. In your example i can tell ss is an integer type by seeing the include header file..but here can you tell wat datatype fork is? And in a...
4,126
Posted By carolsanjeevi
How this works?
I have a program............
#include<stdio.h>
#include<unistd.h>
main()
{
if(fork == 0)
{
printf("Hi every body:p!!!!!!!!!!");
}
}

This program works with out any error. here fork is not...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 11:48 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy