|
Related Questions |
View Answer |
|
What are the different qualifiers in C?
|
View Answer
|
|
What are the different storage classes in C?
|
View Answer
|
|
How do you write a function which takes 2 arguments - a byte and a field in the byte and returns the value of the field in that byte?
|
View Answer
|
|
What are the features different in pSOS and vxWorks?
|
View Answer
|
|
How can you define a structure with bit field members?
|
View Answer
|
|
What is the differnce between embedded systems and the system in which rtos is running?
|
View Answer
|
|
What is interrupt latency? How can you recduce it?
|
View Answer
|
|
What is the difference between hard real-time and soft real-time OS?
|
View Answer
|
|
How is generic list manipulation function written which accepts elements of any kind?
|
View Answer
|
|
What is forward reference w.r.t. pointers in c?
|
View Answer
|
|
What is interrupt latency?
|
View Answer
|
|
Who to know whether system uses big endian or little endian format and how to convert among them?
|
View Answer
|
|
How is function itoa() written?
|
View Answer
|
|
Error — what it does?
|
View Answer
|
|
Which way of writing infinite loops is more efficient than others?
|
View Answer
|
|
malloc(sizeof(0)) will return — valid pointer
|
View Answer
|
|
a+++b -> (a++)+b
|
View Answer
|
|
Operations involving unsigned and signed — unsigned will be converted to signed
|
View Answer
|
|
++*ip increments what? it increments what ip points to
|
View Answer
|
|
Can you have constant volatile variable?
|
View Answer
|