what is c programing

Answers were Sorted based on User's Feedback



what is c programing..

Answer / hemantsama

c is programing langauge

Is This Answer Correct ?    19 Yes 4 No

what is c programing..

Answer / sidhartha

C is a procedural programming language.

Is This Answer Correct ?    18 Yes 4 No

what is c programing..

Answer / biswajit jana

C is a general-purpose computer programming language
developed in 1972 by Dennis Ritchie at the Bell Telephone
Laboratories

Is This Answer Correct ?    12 Yes 0 No

what is c programing..

Answer / kkk

c is a structured oriented language which consists of some
specified c keywords and funtions

Is This Answer Correct ?    7 Yes 2 No

what is c programing..

Answer / somuburra

it is astructure oriented program.

Is This Answer Correct ?    6 Yes 1 No

what is c programing..

Answer / tushar prwe

C IS A TOP DOWN PROCEDURAL LANGUAGE IN WHICH PROGRAMER CAN
DIRECTLY INTERECT WITH THE MEMORY THROGH POINTERS.

Is This Answer Correct ?    5 Yes 0 No

what is c programing..

Answer / ganesh k

C programming is a procedure oriented programming language
which is restricted in parameters like data security (as it
uses file system for storage), transparence and integrity.

Is This Answer Correct ?    4 Yes 0 No

what is c programing..

Answer / biswajit jana

c programming is representation of logical statement
according to some c language rule.

Is This Answer Correct ?    6 Yes 3 No

what is c programing..

Answer / iyswarya

it is a structured oriented programming language.
middle level language,portable
it does not support oops concepts and is used in system
software and application software programs.
it has 32 kewords.

Is This Answer Correct ?    1 Yes 0 No

what is c programing..

Answer / srujan kumar reddy

C programming is one of thousands of computer programming languages that allow users to create instructions for a computer to follow. While C has a slightly more cryptic style than some other programming languages, it's fairly easy to learn and allows you to read and write code for many different platforms. Because it's so efficient and gives the user a lot of control.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

Difference between malloc() and calloc() function?

0 Answers  


what is the use of getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


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

4 Answers   Accenture,


who did come first hen or agg

15 Answers   Infosys,


What is structure padding ?

3 Answers   HP,






how do you redirect stdout value from a program to a file?

1 Answers  


How to set a variable in the environment list?

1 Answers  


How do you list files in a directory?

0 Answers  


Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


What is the difference between mpi and openmp?

0 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


Categories