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

main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


Write a program to compute the following 1!+2!+...n!

4 Answers  


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

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,






WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

0 Answers   HP,


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

2 Answers  


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


What are the uses of null pointers?

0 Answers  


what about "char *(*(*a[])())();"

3 Answers   Oracle,


Which is better pointer or array?

0 Answers  


Tell me what is null pointer in c?

0 Answers  


Categories