Skip to main content

Posts

Showing posts with the label Programming in C

Describe the four basic data types. How could we extend the range of values they represent?

Answer: The basic four data types are: Data Type Integer Type Character Type Floating Point Type Void Type signed int short int long int unsigned unsigned int unsigned short int unsigned long int char signed char unsigned char float double long double                                                 

Explain the basic structure of a C program.

Answer: Documentation Section Ø   It is set of Comment Line Ø   It includes Title Of Program, Author Name Ø   Data Used Or summary Information