what is a c-language.what is do.

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


Please Help Members By Posting Answers For Below Questions

In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

1623


What is pointers in c with example?

573


What is an endless loop?

796


how to execute a program using if else condition and the output should enter number and the number is odd only...

1648


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

638






Tell me is null always defined as 0(zero)?

664


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3685


What are local static variables? How can you use them?

637


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

646


What is double pointer?

554


What is the symbol indicated the c-preprocessor?

688


what are bit fields in c?

599


Differentiate between declaring a variable and defining a variable?

600


What are the 4 types of unions?

601


Write a code to generate a series where the next element is the sum of last k terms.

726