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
What is spark map function?
What are high level languages like C and FORTRAN also known as?
When should structures be passed by values or by references?
What is a macro in c preprocessor?
What is derived datatype in c?
Explain why C language is procedural?
What is d scanf?
What is meant by inheritance?
When we use void main and int main?
How can you access memory located at a certain address?
Difference between Function to pointer and pointer to function
Can you please explain the difference between exit() and _exit() function?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
What are types of preprocessor in c?
Is c language still used?