Answer Posted / radha raman
A general purpose high level programming to build any kind of application.
1. Word Processors
a. Word Star
2. Electronic Spreadsheet
a. Lotus 123
3. Database Management Systems
a. dBase
b. FoxBase
c. FoxPro
d. Firebird
4. Operating System
a. Unix
b. Linux
c. DOS
5. Device Drivers
6. Scada Systems
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to count no of words,characters,lines in a paragraph.
What does stand for?
What are inbuilt functions in c?
How can you restore a redirected standard stream?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What are the difference between a free-standing and a hosted environment?
Write a program to generate random numbers in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How many main () function we can have in a project?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
What is main return c?
How can I recover the file name given an open stream or file descriptor?
How can I generate floating-point random numbers?