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 Input Data In A File "std.dat"

  • Make a program to input the name, class and roll no, marks of english and science of a student and store in a sequential file "std.dat". (qbasic code)
  • CLS
    OPEN "std.dat" FOR OUTPUT AS #1
    INPUT "Enter name"; n$
    INPUT "Enter class"; cl
    INPUT "Enter roll"; r
    INPUT "Enter marks in english"; en
    INPUT "Enter marks in science"; sc
    WRITE #1, n$, cl, r, en, sc
    END

Share :

X
Back To Top

facebook main

Powered by Blogger.