Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~459 People Reached
Favorite Forums
Favorite Tags
Member Avatar for baku

In a hotel with m floors and n rooms on each floor, we know the number of persons from each room. A cable will be installed going horizontally or vertically through successive neighbor rooms. How can this cable of length = height + length of the hotel be installed starting …

Member Avatar for Prabakar
0
38
Member Avatar for baku

I have two program problems: a program that generates this file writing zeros for PID and TIME and random numbers in the 8 pozitions of the DATA field. and program that will create at least 3 child processes, each of which will repeat at least 10 times the following operations …

Member Avatar for baku
0
87
Member Avatar for baku

I need some ideas: The called program gets as parameters two or more integers and and returns 0 if all pairs of two are relatively primes, and 1otherwise. The callee shall read a sequence of numbers and tell whether they two by tworelatively primes.

Member Avatar for baku
0
62
Member Avatar for baku

Being given a text file create a folder that will contain 26 dictionary files as follows:first file contains the words begining with 'A', alphabetically sorted, the second file with 'B' and so on. The way I tried to solve it is attached...pls help!

Member Avatar for eggi
0
101
Member Avatar for baku

Count the words of each line in a file. No suppositions will be made regarding the maximum length of a line. And my not working c code: //Count the words of each line in a file. No suppositions will //be made regarding the maximum length of a line. #include<stdio.h> #include<string.h> …

Member Avatar for Majestics
0
114
Member Avatar for baku

using sed print the lines that have more than 10 characters, of each file. the files arre given as parameters. i did this: #!/bin/sh a=0 zece=10 if [ $# -eq 0 ] then echo "An error occured regarding the parameters. " else for i in $@ do if [ ! …

Member Avatar for baku
0
56