answersLogoWhite

0


Best Answer

Unlike COBOL, in C there are no sections and divisions; there are two main state: inside a function and outside of any functions.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many sections r there in structure of c program?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Describe the structure of a c program?

Yes, please do.


How many structure variables of a given type can you use in a C program?

You can use unlimited number of variables for a structure and you can also declare array of structures.


what are the sections of c program?

Well, the source program doesn't have sections, the binary format consist of parts like: read-only executable, read-only data, writeable data, stack, etc


How many c sections can you have ater the first?

after having one c section all your other births have 2 b c sections 2


What are the different sections of c program?

Well, the source program doesn't have sections, the binary format consist of parts like: read-only executable, read-only data, writeable data, stack, etc


How many C-sections has Michelle Duggar had?

4


Why we are specifying C programming as structure oriented program?

Hint. Is not object oriented.


How many c sections can you have before you shouldn't have anymore?

That's a question best reserved for your doctor as it varies from woman to woman. I was my mom's first c-section baby and she had two c-sections after that.


C program must have?

Not, there are many people, who live happily without C-program.


What is the structure of a C program with example?

In C, programs are composed of statements. These statements are terminated with a semi-colon, and are collected in sections known as functions. By convention, a statement should be kept on its own line, as shown in the example below: #include <stdio.h> int main(void) { printf("Hello, World!\n"); return 0; }


What is the general structure of a C plus plus Language?

The central feature of any C++ program is classes which can be used to express ideas directly in code.


What is java program made of?

basic unit of C is structure like procedure ,syntax's, error's compiler etc