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

1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

0 Answers  


What is action and transformation in spark?

0 Answers  


write a program to print the all 4digits numbers & whose squares must me even numbers?

2 Answers   Virtusa,


what is the use of fflush() function?

2 Answers  


What is a macro in c preprocessor?

0 Answers  






write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }

6 Answers  


Just came across this question, felt worth sharing, so here it is I want you to make a C/C++ program that for any positive integer n will print all the positive integers from 1 up to it and then back again! Let's say n=5 I want the program to print: 1 2 3 4 5 4 3 2 1. Too easy you say? Okay then... You can ONLY USE: 1 for loop 1 printf/cout statement 2 integers( i and n) and as many operations you want. NO if statements, NO ternary operators, NO tables, NO pointers, NO functions!

1 Answers  


what will be the output of "printf("%d%d",scanf("%d% d",&a,&b))".provide an explation regarding the question

6 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


When the macros gets expanded?

0 Answers  


Define Array of pointers.

0 Answers  


Categories