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.

Help On doubts C question interview

Status
Not open for further replies.

cnandha19

Member level 3
Joined
Aug 28, 2015
Messages
59
Helped
1
Reputation
2
Reaction score
1
Trophy points
8
Activity points
604
1. If We initialized register int it normally stored in CPU register and after its full in RAM it take as Auto int and it stored in Stack right how it ensure that RAM is full ??

2.Can we call Main() inside Main() ?? any errors will come ?
3.How to remove holes in padding and how to eliminate ?
4.Can micro controller can be used in computer ??
5.As a embedded engineer which storage class is recommended ?
6. In stack operations how it happen

HTML:
   void main()
{
function1();

function1();

function2();

}  

function1()
{
int a,b ,
b=a++;
}

function2()
{
int d ;
d++;
}
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top