what is c language.

Answers were Sorted based on User's Feedback



what is c language...

Answer / yogesh bhandari

C is a Procedural language,which is devloped in AT and T
lab on 1972.
Dennish Ritchiei is the person who devlope this language
after BCPL(Basic Combined Programming Language).
C has the rich source of operators.This language is the
best language for fresher.
Mainly system programming are devlope in c language.
a translator called COMPILER is used in c language which is
also coded in C Language.

Is This Answer Correct ?    7 Yes 1 No

what is c language...

Answer / d

c language is middlelevel langauage



it follows







higher and low level language

Is This Answer Correct ?    1 Yes 1 No

what is c language...

Answer / suganya.s

C is a structured, procedural programming language.C has
been standardized as part of the Portable Operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Explain function?

0 Answers  


How the c program is executed?

0 Answers  


Explain what is the difference between #include and #include 'file' ?

0 Answers  


How are pointers declared in c?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,






Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers  


write a program to concatenation the string using switch case?

0 Answers  


#define FALSE -1 #define TRUE 1 #define NULL 0 main() { if(NULL) puts("NULL"); else if(FALSE) puts("TRUE"); else puts("FALSE"); }

1 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me

0 Answers   Microsoft,


How is a macro different from a function?

0 Answers   Tech Mahindra,


What is c definition?

0 Answers  


Categories