Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~463 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for r3drock3t88

u r really a novice for this job.. a full complete solution for your query is .. already in market .. u can buy it and u can edit /create write own programs with it.. if only if u need at little much cost and even u can use it …

Member Avatar for toddermohan
0
195
Member Avatar for toddermohan

[CODE]#include<stdio.h> main() { FILE *fp; fp=fopen(*PR1.c","r"); if(fp==NULL) { puts("cannot open"); exit() } }[/CODE] -------------- in this program why they are using *fp and pl reason full program.. and also how fp=fopen(*PR1.c","r"); works

Member Avatar for Radical Edward
0
145
Member Avatar for toddermohan

[CODE]FILE *fp fp=fopen ( const char * filename, const char * mode ); //// or //// FILE * fopen ( const char * filename, const char * mode );[/CODE] if i am asked to say "how u say?" in c language like direct command line code or what.. they say...

Member Avatar for tesuji
0
123

The End.