Un-Answered Questions { Embedded Systems }

What is the order of calling for the constructors and destructors in case of objects of inherited classes?

476


What is isr? Can they be passed any parameter and can they return a value?

517


Infinite loops often arise in embedded systems. How does you code an infinite loop in c?

794


What are recursive functions? Can we make them in line?

489


What is the size of the int, char and float data types?

449


A=7; b=8; x=a++-b; printf(ā€œ%dā€, x ); what does this code give as output?

575


What is the use of having the const qualifier?

448


can a pointer be volatile ? Explain.

480


What is the volatile keyword used for?

500


What happens when recursion functions are declared inline?

452


What is a inode?

481


What do you mean by interrupt latency?

503


What is pass by value and pass by reference? How are structure passed as arguments?

497


Can a volatile be constant? Like

467


Can a pointer be volatile ?

593