how many main functions can be use in the C language program?
Answers
Answered by
13
Answer:
Each C program must have at least one function, which is main (). There is no limit on number of functions; A C program can have any number of functions.
Answered by
9
Answer:
2 different
C language supports 2 different type of data types: Primary data types: These are fundamental data types in C namely integer( int ), floating point( float ), character( char ) and void .
PLS MARK AS BRAINLIEST.....
Similar questions