Forum: C Jul 21st, 2007 |
| Replies: 4 Views: 2,775 |
Forum: C Apr 27th, 2007 |
| Replies: 9 Views: 3,907 Well,
What's gonin' on here guys..
I thought the rule here is to correct an existing code instead of providing a completly new one.
-Must take care of this...
Thanks |
Forum: C Jun 3rd, 2006 |
| Replies: 17 Views: 6,989 yes...
I tried it and hey tlly i come up with the following code.......
May be this would suit ur expectatios to the best.So, check this out...
:idea: :idea: :idea:
#include<stdio.h>... |
Forum: C Jun 2nd, 2006 |
| Replies: 17 Views: 6,989 Oooooops....
i m a bit late.
Antonyraj put the same code which otherwise i would have done.:) :)
Right now.... trying to solve the other one.
i think functions would be a way to solve it... |
Forum: C Apr 12th, 2006 |
| Replies: 8 Views: 2,588 Hello Bench,
You explained it in a great manner,i really appreciate it.
Thanks. |
Forum: C Apr 12th, 2006 |
| Replies: 0 Views: 3,741 Ok,
:)
For the conversion of binary to decimal, check it out:
Let’s say we have to convert –
1010.1010
We solve this kind of problems into two parts as follows:
(<LHS> . <RHS>)
1. First... |
Forum: C Apr 12th, 2006 |
| Replies: 8 Views: 2,588 Hello tuannie, :)
Here is something what i tried to explain the conversion u asked for. :idea:
Ok,
:cool:
U asked for the conversion of binary to decimal, check it out:
Let’s say we have... |
Forum: C Apr 7th, 2006 |
| Replies: 3 Views: 959 good question & a very good answer.
Thanks dani. :surprised
:) :) :)
He He He...
just tryin' to increase my no. of posts( :o :confused: Sorry if i hurt anybody) |
Forum: C Mar 14th, 2006 |
| Replies: 6 Views: 1,720 Hello K.Moorthy,
ur question is good. :?:
Take this code : :idea:
#include<stdio.h>
#include<conio.h>
void main()
{
int n;
clrscr(); |
Forum: C Feb 26th, 2006 |
| Replies: 17 Views: 3,134 :cheesy: Hi buddy,
i m just a beginner of 'C'.I tried solving ur problem & got out with the following code.It worked good for most of the values,but still it is havin' some problem of which i cann't... |
Forum: C Feb 25th, 2006 |
| Replies: 2 Views: 1,322 So, the question is simple...
in 'C' we have calling conventions in FUNCTIONS. Why? why we cann't(don't) build compilers,libraries to make our own calling conventions like...
func()(lr);-for left... |