Forum: C Mar 14th, 2009 |
| Replies: 5 Views: 348 Check it out..............
#include<stdio.h>
#include<conio.h>
#include<string.h>
void main()
{
int num,numcnt,div,i=1,n=0;
char str[10][10];
clrscr(); |
Forum: C Feb 4th, 2009 |
| Replies: 3 Views: 304 Hello everyone, I have created my own header file but it doesn't work if i just include like "myfile.h" and it works fine if i include like "myfile.c". I just want to know that why this thing... |
Forum: C Feb 2nd, 2009 |
| Replies: 5 Views: 395 You are doing a bit mistake over here...........
fprintf(fp1,"%d\n",&numbers[i]);
please don't give '&' before 'numbers[i]'
if u still face problem then just see my program
... |
Forum: C Feb 2nd, 2009 |
| Replies: 11 Views: 764 Sorry Aia actually i m not getting the concept of
cp = strchr(num,'.');
com = cp-num;
can u plz explain for me.........
thanx |