WHAT IS C?

Answer Posted / k.rangaswamy

This is the one of the language which is used to interact
with the hardware in the efficiency manner.This is actually
a procedure oriented language and also we can call it as
High level language.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are pointers integer?

542


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

734


Explain the ternary tree?

593


What are the 5 data types?

590


Can we declare a function inside a function in c?

574






Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

590


What is context in c?

531


What are volatile variables in c?

511


Explain how does flowchart help in writing a program?

616


What is boolean in c?

601


What are the different types of control structures in programming?

650


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1976


Why are algorithms important in c program?

610


Can a function argument have default value?

656


What is typeof in c?

596