Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Review of Embedded System

Status
Not open for further replies.

ramajayams

Newbie level 1
Joined
Jul 6, 2006
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,288
To study and Review the ideas of embedded systems.

Added after 5 minutes:

What is a static variable? Where is it stored? Explain what happens while compiling, linking and loading this variable.
 

see

**broken link removed**
and section 4.6. ie page 93 inthe above pdf file

Static variables are stored in the read only section of the DATA segment
 

static variable (in a function body) maintains its value on function invocations.

static variable(in a module) tells that it can be accessible by the function which are in same module, i.e., localized global.

static function tells that it can be used by other function in same module.
 

Loaded with hundreds of examples and solved problems, this guide immerses you in the fundamentals, providing comprehensive coverage of the current ANSI standard version of C++. Paper. DLC: C++ (Computer program language)
Download:rapidshare.de https://www.itebookhome.com/download.asp?id=266
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top