code which reverses a string of characters....just need some feed back.........7203 (3/28/2011 7:24:30 AM) I'm just putting this out to get some general feed
back..........................
/* 2011 Ceriousmall
This piece of code reverses the character string [s] using the
function reverse(s) */
#includ... Ceriousmall
Solution Manual and Test Bank Updated List01852 (3/28/2011 8:12:55 PM) Hi dear students;
We are SolutionmanualGroup.We established SolutionmanualGroup in
2004=85We have solution manuals for a competitive price. We also have
other
manuals more than 1500..We have a lot of sol... Solution
Question about variable length structure2264 (3/28/2011 10:00:04 AM) Hi all,
I have a structure with variable length information. To properly
define it, I use the following data structure:
typedef struct
{
HeaderInfo* headerInfo;
ContentInfo* contentInfo;
} Packet... Wen
info about EOF65193 (3/21/2011 6:19:58 PM) if(getchar() != EOF)
what is the value of EOF and for what keyborad input the if statement
will fail?
... alok
Getting a range of bits from a bit vector2029 (3/17/2011 7:23:32 AM) Hi Suppose you have a bit vector composed of a descriptor and a sequence of bits. In descriptor->count you have the number of valid bits, and in descriptor->contents you have a sequence of bits declared as un... jacob31(874)
Please explain the output12224 (3/27/2011 1:25:08 AM) #include
int main()
{
int i=99,a=3,p=44;
printf("%d %d %d");
return 0;
}
/*Output*/
134518324 99 3
Is the output compiler dependent?
... bhawna
Stream on Unix socket4177 (3/25/2011 2:53:26 PM) I don't know if Unix sockets (or named sockets) are C standard. I
think so, so I post on this ng.
I need to have a bidirectional communication between two different
process on the same computer. I'm using ... pozzugno(160)
Free Certification Dumps and study Guide0516 (3/27/2011 4:23:05 PM) CkZyZWUgQ2VydGlmaWNhdGlvbiBEdW1wcyBhbmQgc3R1ZHkgR3VpZGUKSGksCk5vdyBpdJJzIHZl
cnkgZWFzeSB0byBib29zdCB5b3VyIGNhcmVlciBhcyBhIE1pY3Jvc29mdCBDZXJ0aWZpZWQKU3lz
dGVtIEVuZ2luZWVyIChNQ1NFKSBkdWUgdG8gdGhlc2UgRnJlZSBQcm... king
distribution algo question2240 (3/27/2011 3:00:13 AM) Hoping to get some thoughts on a dispatch algorithm.
Here is the problem:
There is a finite set of reservation counters, for e.g (R1, R2, R3,
R4)
People who've lined up in a queue as P1,P2,P3,p4,P1,P2...P... jake_brendon(1)
---346155 (3/18/2011 9:53:25 PM) int main(void)
{
---3;
return 0;
}
error: invalid lvalue in decrement
???
Why does this have to be an error?
The value could be -4 or -3 or -2.
If somebody [shuffles feet] wants
to use... Michael