Forum: C Jun 16th, 2009 |
| Replies: 5 Views: 377 thanks brother for your knowledge |
Forum: C Jun 16th, 2009 |
| Replies: 5 Views: 377 i have a thorough knowledge C and a little bit of practice of C but i wanted to be a good C programer can anybody tell me how i can do it are ther any good books which can provide me good practice of... |
Forum: C Jun 12th, 2009 |
| Replies: 9 Views: 556 your Mistake is
int fact;
fact = fact(number);
write it like
int f;
f= fact(number); |
Forum: C Jun 12th, 2009 |
| Replies: 7 Views: 576 Thanks a lot for extra Knowledge |
Forum: C Jun 12th, 2009 |
| Replies: 18 Views: 856 After filling the array make a loop to check whether there is any element with zero value
If not then fill it again if it is then break |
Forum: C Jun 7th, 2009 |
| Replies: 6 Views: 417 write a program to find size of a file without traversing it character by character?
will anybody tell me the logic hw to approach it
is there any trick involved |
Forum: C Jun 7th, 2009 |
| Replies: 1 Views: 318 is there any function absread() if it is then whats its usage? |
Forum: C Jun 7th, 2009 |
| Replies: 7 Views: 576 "I am a boy\r\n"
if this string is readed through using fgets in an array what will get readed |
Forum: C Jun 7th, 2009 |
| Replies: 14 Views: 850 void openfile(char *,FILE**)
what does double stars indicates |
Forum: C Jun 2nd, 2009 |
| Replies: 22 Views: 928 the master its not working |
Forum: C Jun 1st, 2009 |
| Replies: 22 Views: 928 hi naure in the problem i am getting three answers for just one bit on |
Forum: C Jun 1st, 2009 |
| Replies: 22 Views: 928 i am not geting the correct output can anybody help me whats the pmistake i have done
# include<stdio.h>
# include<conio.h>
void main()
{
int color;
clrscr();
printf("enter any... |
Forum: C May 29th, 2009 |
| Replies: 1 Views: 244 which is the best compiler for C
give me the download link |