what type of language is C?

Answer Posted / kiran

As 'C' has the characteristics of both high-level and low-level languages, it is a "Middle level" language. As C programs are machine dependent, it is a "High-level Language".

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is c standard library?

694


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1892


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

605


In C, What is the #line used for?

1073


What is the difference between mpi and openmp?

738






What are the key features in c programming language?

622


What are structures and unions? State differencves between them.

620


Explain the difference between getch() and getche() in c?

567


What is the difference between NULL and NUL?

733


What is the c value paradox and how is it explained?

581


What is #define used for in c?

618


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

761


Explain what are the __date__ and __time__ preprocessor commands?

596


Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.

2656


What are c header files?

586