answersLogoWhite

0

What type of language c?

Updated: 8/20/2019
User Avatar

Wiki User

10y ago

Best Answer

It is a structured, procedural, high level programming language.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What type of language c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is int in 'c' language?

data-type


What type of games develop in C language?

BINGO


What are the valid type of data that the main can return in c language?

Type 'int'


What is programming environment in c language?

this id the type of enjaculate


What is premitive?

In C program, premitive is a kind of data type which is predefined in C programming language.


Which type of language c plus plus is?

It's an imperative, procedural and Object-Oriented programming language.


What are different data type in c language?

there are three data type ic c language. they are, 1.primary data type: a.integer type b.floating point type c.character type d.void type 2.derived data type eg; array, pointer 3.userdefined data type eg; structer and union


What do you think is the better type of language for writing complex data structures?

structured programming language ex:c,c++


Can you use the float as a return type of the main function in 'C' language?

No, it should be int type or void.


Where you are using -127 in character data type in c language?

Anywhere I need to.


Why c language has name c why not a?

C-language was derived from B-language.


Why should you use typedef in c language?

For no other reason than that it is required whenever you declare a type definition in C.