- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
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 C
your Mistake is int fact; fact = fact(number); write it like int f; f= fact(number);
"I am a boy\r\n" if this string is readed through using fgets in an array what will get readed
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
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
void openfile(char *,FILE**) what does double stars indicates
i am not geting the correct output can anybody help me whats the pmistake i have done [code=c] # include<stdio.h> # include<conio.h> void main() { int color; clrscr(); printf("enter any number"); scanf("%d",&color); if(color ==1) printf("violet"); if(color==2) printf("indigo"); if(color==4) printf("blue"); if(color==8) printf("green"); if(color==16) printf("yellow"); if(color==32) printf("orange"); if(color==64) printf("red"); getch(); } [/code]
The End.
seemant_sun