what type of language is C?

Answer Posted / ankith.v

C Is One of the the procedure Oriented And Syntax based
Language

Is This Answer Correct ?    50 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would happen to X in this expression: X += 15; (assuming the value of X is 5)

1310


Explain what is the benefit of using enum to declare a constant?

594


What are the advantages of using Unions?

645


Explain what are reserved words?

639


What are the advantage of c language?

556






Explain how can you avoid including a header more than once?

607


What is linear search?

679


Do string constants represent numerical values?

930


Why ca not I do something like this?

592


How do you use a 'Local Block'?

728


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

983


What is function pointer c?

589


What are # preprocessor operator in c?

635


What are reserved words?

662


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1624