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 Forums
Favorite Tags
c x 2
Member Avatar for muhammadwaqar.siddiqui.3

Hi everyone!! i have a problem here. i am writing a database program in C in which i used files and structures to store data. but my code is not running :/ here is my code:: #include<stdio.h> #include<conio.h> #include<stdlib.h> struct std_info { char name[15]; char seatno[9]; float ssc; float hsc; …

Member Avatar for Ancient Dragon
0
404