define c

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why do we write return 0 in c?

549


What extern c means?

530


Explain a pre-processor and its advantages.

627


What do you mean by a sequential access file?

624


Why we use int main and void main?

533






What is the difference between text files and binary files?

674


What is the difference between local variable and global variable in c?

685


What are the types of data files?

728


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679


What is the use of ?

619


#include { printf("Hello"); } how compile time affects when we add additional header file .

1421


What is array of pointers to string?

564


How many types of arrays are there in c?

591


What is the difference between the expression “++a” and “a++”?

649


Explain low-order bytes.

622