Search Results

Search: Posts Made By: annapurna konga
5,370
Posted By annapurna konga
process tree
how to draw a process tree if i know my process id
and how can i identify session leaders
1,791
Posted By annapurna konga
error
sorry sir , i am a new user
error: expected ‘=', ‘,', ‘;', ‘asm' or ‘__attribute__' before ‘*' token
this is error is coming while i am executing
1,944
Posted By annapurna konga
thread creation
Void *fork_thread( void *ptr )
i am getting error in this line
please help me out
1,791
Posted By annapurna konga
thread creation
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

void *fork_thread(void *ptr );

main()
{
pthread_t thread1;

char *message1 = "Thread 1";
int iret1;
iret1 =...
2,689
Posted By annapurna konga
process and thread
i want to know a difference between process and thread,give a program to tell the difference
3,242
Posted By annapurna konga
how to find number of words
please
help me for this
"divide the file into multiple files containing no more than 50 lines each and find the number of words of length less than 5 characters"
Showing results 1 to 6 of 6

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