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

What are the header files used in c language?

0 Answers  


Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both

3 Answers  


what is compiler

6 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


i want to know aptitude questions,technical questions

2 Answers  






What is the general form of a C program?

0 Answers  


Do you know the use of fflush() function?

0 Answers  


WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES

1 Answers  


When is a null pointer used?

0 Answers  


how to compare two strings without using strcmp() function??

1 Answers  


stripos ā€” Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

0 Answers  


Explain data types & how many data types supported by c?

0 Answers  


Categories