Search Results

Search: Posts Made By: parasa
Forum: Programming 11-15-2005
3,279
Posted By parasa
the output is actually difference between the...
the output is actually difference between the address locations and in this case the it happens to be 10.
p => address of start of array
q => address of 9th element.

((q-p) + 1) ==> (9 - 0) + 1...
Forum: Programming 11-03-2005
5,361
Posted By parasa
I think there will be n process at the end. If u...
I think there will be n process at the end. If u skip break statement then u will get 2^n process ( 2 to the power of n).

Regards,
Forum: Programming 10-25-2005
1,600
Posted By parasa
May be defining a macro will solve the problem......
May be defining a macro will solve the problem...

Check out https://www.unix.com/showthread.php?t=21543

Regards,
Forum: Programming 10-24-2005
3,303
Posted By parasa
Depends on your application. If the client and...
Depends on your application.
If the client and server talk to each other then u need to have read, write on both sides.
Forum: Programming 10-21-2005
15,802
Posted By parasa
thanks for that .. What I was thinking was...
thanks for that ..

What I was thinking was how well can a programmer organize himself for making optimal use of stack and memory.
For example declaring unused variables, passing huge arguments to...
Forum: Programming 10-20-2005
2,588
Posted By parasa
Hi, Sorry for that.. I have removed my...
Hi,

Sorry for that..

I have removed my email-id.

But it shows up on your post.

kindly edit it...

Regards,
Forum: Programming 10-20-2005
2,588
Posted By parasa
state machine...
hi,

I am looking for some info on how can we implement state machines.

Conceptually it appears to be good but while implementing it causes lot of confusion..

I have some doubts regarding...
Forum: Programming 10-18-2005
5,752
Posted By parasa
I have copied it as it is, complied as described,...
I have copied it as it is, complied as described, but still the same.

What is the output on your side ?
Forum: Programming 10-18-2005
5,752
Posted By parasa
Program prints hello. What were u expecting ?
Program prints hello. What were u expecting ?
Forum: Programming 10-17-2005
6,294
Posted By parasa
Hi ching, I am also very much interested in...
Hi ching,

I am also very much interested in knowing how is the memory layout for C.

Check this one out. It may be useful ..

https://www.unix.com/showthread.php?t=22238

Regards,
Parasa...
Forum: Programming 10-13-2005
15,802
Posted By parasa
memory layout in C on linux
Hi,

Does any one know what tool to use to visualize how is memory layed out for C on linux systems. I mean how much stack portion is used in functional call.
Where exactly does the argument to...
Forum: Programming 10-07-2005
3
1,642
Posted By parasa
Hi, I am not a C guru but what I feel in the...
Hi,

I am not a C guru but what I feel in the code portion of yours is that the newline ('\n') is also getting accepted as typed character. So if you see the output each digit is one below the...
Showing results 1 to 12 of 12

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