what type of language is C?

Answers were Sorted based on User's Feedback



what type of language is C?..

Answer / m.padmavathi

c is amiddle level language.

Is This Answer Correct ?    89 Yes 15 No

what type of language is C?..

Answer / vignesh1988i

C usually a MIDDLE LEVEL language.... why it is called so because it can perform bitwise operations directly and also can perform user understandable operations like printf , scanf, looping etc etc......

here the bitwise operations are those where we can communicate directly through hardware using the OS.......

and also ASSEMBLY LEVEL Programming (ALP) can also be done to the processor direclty through C.......


thank s

Is This Answer Correct ?    71 Yes 11 No

what type of language is C?..

Answer / ankith.v

C Is One of the the procedure Oriented And Syntax based
Language

Is This Answer Correct ?    50 Yes 6 No

what type of language is C?..

Answer / bhuvanesh

C is a PROGRAMMING LANGUAGE......

Is This Answer Correct ?    45 Yes 9 No

what type of language is C?..

Answer / sadiq sabir

c is a middle level language

Is This Answer Correct ?    30 Yes 2 No

what type of language is C?..

Answer / mitesh

c is a middle level language.it is easy to understand and write the program.

Is This Answer Correct ?    16 Yes 1 No

what type of language is C?..

Answer / kiruthiga

c is a general purpose proramming language

Is This Answer Correct ?    18 Yes 4 No

what type of language is C?..

Answer / sanjana

C is a context sensitive language

Is This Answer Correct ?    14 Yes 9 No

what type of language is C?..

Answer / kiran

As 'C' has the characteristics of both high-level and low-level languages, it is a "Middle level" language. As C programs are machine dependent, it is a "High-level Language".

Is This Answer Correct ?    7 Yes 4 No

what type of language is C?..

Answer / tamil

Procedural language

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More C Interview Questions

How to find the given no is odd or even without checking of any condition and loops. (Hint: Using array)

4 Answers  


can we write a program in c for printf and scanf without using header file stdio.h

1 Answers  


What is the difference between File pointer and Internal Charecter Pointer?

2 Answers   TATA,


What is maximum size of array in c?

1 Answers  


How would you sort a linked list?

1 Answers  


What is the use of the restrict keyword?

1 Answers  


What are the application of void data type in c?

1 Answers  


write a program structure to find average of given number

1 Answers  


How will you allocate memory to double a pointer?

1 Answers  


wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


what is constant pointer?

3 Answers  


a program that performs some preliminary processing in C, it acts upon certain directives that will affect how the compiler does its work a) compiler b) loader c) directive d) preprocessor

1 Answers  


Categories