Home  |  IT Zone  | Practice ZoneTips / Tricks  |  Did You Know  |  Inspirational  |  Health  |  Insurance  |  Universities  |  Forex  |  Mathematics  |  Illusions  |  Children Day Quotes  |  Be Aware  |  Articles  | Funny Pics | Entertainment | Songs | Simple Joys of Life |

A Program To Display Records From File "std.dat"

  • Make a program to display records from a file 'std.dat'. File contains name, class and roll no., marks of english and science of a student. (qbasic code)
  • CLS
    OPEN "std.dat" FOR INPUT AS #1
    INPUT #1, n$, cl, r, en, sc
    PRINT "Name: "; n$
    PRINT "Class: "; cl
    PRINT "Roll:"; r
    PRINT "Marks In English:"; en
    PRINT "Marks In Science:"; sc
    CLOSE #1
    END

Share :

X
Back To Top

facebook main

Powered by Blogger.