Search Results

Search: Posts Made By: shamal
Forum: Programming 06-29-2002
3,574
Posted By shamal
a simple fundamental
long double p;
long double q;

how could i find and store the sum of p & q ? where p and q might have their maximum value.

i hope, i'd get a lot of solutions. :)

-sham
Forum: Programming 05-20-2002
2,402
Posted By shamal
Can u solve this assignment?
Assignment:
---------------
A particular distributed service is envisaged for implementation by means of a program which will run on each of the hosts on which the service is to be available.
...
Forum: Programming 12-08-2001
3,227
Posted By shamal
what is the exact reason ?
please refer the following 2 statements...
1)
int i=1,j;
j= i++ + i++;

2) int i=1,j;
j=++i + ++i;

how j becomes 2 and 6 for the above 2 statements
respectively...
Forum: Programming 12-08-2001
2,478
Posted By shamal
thank you rwb1959 :) Your informations are...
thank you rwb1959 :)
Your informations are useful.
You gave me a confident.
-sham-
Forum: Programming 12-06-2001
2,478
Posted By shamal
how can i store it ?
how can i store a value which is larger than a long double value??
please help me..
-sham-
Forum: Programming 12-06-2001
2,767
Posted By shamal
for(; ;) first semicolon (;) stands for...
for(; ;)

first semicolon (;) stands for assignments. All assignment should be assigned befor it. Next (;) is for conditions. After this u can write ur iteration statements.
If none is...
Showing results 1 to 6 of 6

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