answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How many sections r there in structure of c program?

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


Different parts of c language program?

what are the parts of C language program


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 is C program portable?

Your program is portable if you can compile and execute it on different platforms.


What are the different Turbo C operators?

TurboC is a program, the language is C Some of the operators are: . -> * [] () , ?: = == < <= > >= != + += ++ - -= -- % %= / /= << <<= >> >>= ! ~ ^ & &= && | |=


Are c-sections scary?

no


What are the different section in c sharp program?

Depends on the definition of Section and the context. C# itself has no such notion.


What does having body sections mean?

Preforming c-sections on dinosaurs


What is documentation section in C?

The C language does not have "sections".


Define documentation section of a c program?

The different sections of a program are: 1. Heap 2. Stack 3.Data segments 4. Read only area 5. Code You can also look into google for more information http://en.wikipedia.org/wiki/Data_segment


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


Describe how you could obtain a statistical profile of the amount of time spent by a program executing different sections of its code?

One could issue periodic timer interrupts and monitor what instructions or what sections of code are currently executing when the interrupts are delivered. A statistical profile of which pieces of code were active should be consistent with the time spent by the program in different sections of its code. Once such a statistical profile has been obtained, the programmer could optimize those sections of code that are consuming more of the CPU resources.