It is a structured, procedural, high level programming language.
data-type
BINGO
Type 'int'
this id the type of enjaculate
In C program, premitive is a kind of data type which is predefined in C programming language.
It's an imperative, procedural and Object-Oriented programming 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
structured programming language ex:c,c++
No, it should be int type or void.
Anywhere I need to.
For no other reason than that it is required whenever you declare a type definition in C.
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.