Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are enumerated types?

0 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain

3 Answers   TCS,


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

0 Answers  


c program to subtract between two numbers without using '-' sign and subtract function.

2 Answers  


Can we replace the struct function in tree syntax with a union?

0 Answers   Huawei,


What does the error 'Null Pointer Assignment' mean and what causes this error?

0 Answers   TISL,


application of static variables in real time

1 Answers   Bosch,


What is the general form of #line preprocessor?

0 Answers  


What is true about the following C Functions (a) Need not return any value (b) Should always return an integer (c) Should always return a float (d) Should always return more than one value

2 Answers   DynPro, TCS,


The variables are int sum=10,SuM=20; these are same or different?

3 Answers  


main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

2 Answers  


Categories