What is c language in simple words?



What is c language in simple words?..

Answer / Abhay Kumar Roy

C is a general-purpose programming language that was developed by Dennis Ritchie in 1972. It provides low-level access to memory, making it efficient and flexible but potentially harder to learn.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is string function in c?

1 Answers  


Describe the order of precedence with regards to operators in C.

1 Answers  


what is the role you expect in software industry?

2 Answers   HCL, Wipro,


can u write a program in C, which does not use = (eqaul)or any arithmatic assignment(like -=,+=,*= etc) operator to swap to number?

2 Answers  


What is a pointer in c plus plus?

1 Answers  


What are preprocessor directives?

1 Answers  


Is null always equal to 0(zero)?

1 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do

1 Answers   AAS, Nagarro, Vuram,


which type of aspect you want from the student.

1 Answers   IBM, TCS,


write a program to copy the string using switch case?

1 Answers   Mind Tree,


What is mean by data types in c?

1 Answers  


Categories