define c

Answers were Sorted based on User's Feedback



define c..

Answer / prashanth patha

C is a general purpose computer programming language which
can be used write programs for performing various types of
tasks on computer.

Is This Answer Correct ?    37 Yes 3 No

define c..

Answer / s.sherlin

c is a structure oriented or procedure oriented language.
c language is top down approach

Is This Answer Correct ?    13 Yes 6 No

define c..

Answer / manoj pasumarthi

C is a structured, procedural programming language that has
been widely used both for operating systems and applications
and that has had a wide following in the academic community.

Is This Answer Correct ?    4 Yes 0 No

define c..

Answer / devi

c is a procedure oriented language and pertform tasks in form of algorithms

Is This Answer Correct ?    1 Yes 1 No

define c..

Answer / amit soni

c is a low level language. this characterization is not
pejorative;it is simply means that C deals with some sort of
objects that most computer do,namely character number and
address.

Is This Answer Correct ?    2 Yes 3 No

define c..

Answer / susmita

c is a set of instructions or commands, which are given for
the computer to do different activity or jobs or works

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

When was c language developed?

0 Answers  


What are the disadvantages of c language?

0 Answers  


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


Explain a file operation in C with an example.

0 Answers   Amdocs,


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,






Why flag is used in c?

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


what is inline function?

2 Answers  


What does volatile do?

0 Answers  


out put of printf(ā€œ%dā€,printf(ram));

5 Answers  


What is scope of variable in c?

0 Answers  


What is the use of linkage in c language?

0 Answers  


Categories