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

while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?

4 Answers   Aptech,


how do you programme Carrier Sense Multiple Access

0 Answers  


write a program fibonacci series and palindrome program in c

0 Answers   Aditi Placement Service,


#include<stdio.h> int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

0 Answers  


what is the code for getting the output as * ** ***

5 Answers   Caritor,






How do you search data in a data file using random access method?

0 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


Write a c program using for loop in switch case?

1 Answers   Infosys,


Is the exit() function same as the return statement? Explain.

0 Answers   Agilent, ZS Associates,


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


write a program to print %d ?

12 Answers  


Categories