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
~404 People Reached
Favorite Tags
Member Avatar for r3drock3t88

Hello all, I am not sure if this is the right place to post, but I hope someone can help me out. I am very into computers and love messing around with them, and have been learning about them for years. However, I have never actually made a device or …

Member Avatar for toddermohan
0
176
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
112
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
116