answersLogoWhite

0

What type of language c?

User Avatar

Anonymous

12y ago
Updated: 8/20/2019

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

User Avatar

Wiki User

12y ago

What else can I help you with?

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 should you use typedef in c language?

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


What is a C program?

A C program is a computer program written with the C programming language. C is a high-level language that is fast, type-safe, general-purpose and cross-platform. Up until 1985 it was the most widely-used language. Then C++ was released. Originally called C with Classes, C++ essentially adds object-oriented programming to the C language. However, in reality, C++ is a separate language from C and makes it possible to program highly complex solutions far more easily and more robustly than with C alone.