what is a c-language.what is do.

Answers were Sorted based on User's Feedback



what is a c-language.what is do...

Answer / vignesh1988i

C is a powerfull programming middle level language stands
third from the bottom level (machine level is the bottom
level) , C is widely used mainly to write a Operating
systems, application softwares like (text pad's ,
calculators, visual basics, spread sheets etc) ,and system
programming.... even after 40 years after it's development
still 'C' is a widely used programming language in IT
industry for all it's projects.........


thank u

Is This Answer Correct ?    25 Yes 3 No

what is a c-language.what is do...

Answer / honey

c language is a most powerfull language because its include
both feature (hardwere and softwere)which included both
progam are written in C language.

Is This Answer Correct ?    10 Yes 3 No

what is a c-language.what is do...

Answer / 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

what is a c-language.what is do...

Answer / useless

C is just like a sea. very wide and deep....

Is This Answer Correct ?    5 Yes 13 No

Post New Answer

More C Interview Questions

When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


where do we use volatile keyword?

1 Answers  


difference between native and cross compilers

1 Answers  


what is the syallabus of computer science students in group- 1?

1 Answers  


when i declare as: void main() { clrscr(); int a=10; printf("%d",a) } my problem that why generate a error in above programs. please tell me answer seriously .

4 Answers  


Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147

2 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


What is a void * in c?

1 Answers  


What is typedf?

1 Answers  


Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?

5 Answers  


Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.

2 Answers  


Explain what are the different data types in c?

1 Answers  


Categories