Infinite loops often arise in embedded systems. How does you code an infinite loop in c?
What are recursive functions? Can we make them in line?
What is the size of the int, char and float data types?
A=7; b=8; x=a++-b; printf(ā%dā, x ); what does this code give as output?
What is the use of having the const qualifier?
can a pointer be volatile ? Explain.
What is the volatile keyword used for?
What happens when recursion functions are declared inline?
What is a inode?
What do you mean by interrupt latency?
What is pass by value and pass by reference? How are structure passed as arguments?
Can a volatile be constant? Like
Can a pointer be volatile ?
Explain whether we can use semaphore or mutex or spinlock in interrupt context in linux kernel?
Differentiate testing and verification?