|
Question |
Rating |
View Answer |
|
What is the difference between hard real-time and soft real-time OS? |
|
View Answer |
|
Why cannot arrays be passed by values to functions? |
|
View Answer |
|
Can structures be passed to the functions by value? |
|
View Answer |
|
Advantages and disadvantages of using macro and inline functions? |
|
View Answer |
|
Who to know whether system uses big endian or little endian format and how to convert among them? |
|
View Answer |
|
Can u have inline virtual functions in a class? |
|
View Answer |
|
++*ip increments what? it increments what ip points to |
|
View Answer |
|
Order of constructor and destructor call in case of multiple inheritance? |
|
View Answer |
|
How would you find out the no of instance of a class? |
|
View Answer |
|
Which way of writing infinite loops is more efficient than others? |
|
View Answer |
|
How is generic list manipulation function written which accepts elements of any kind? |
|
View Answer |
|
How is function itoa() written? |
|
View Answer |
|
What is interrupt latency? How can you recduce it? |
|
View Answer |
|
Multiple inheritance - objects contain howmany multiply inherited ancestor? |
|
View Answer |
|
malloc(sizeof(0)) will return — valid pointer |
|
View Answer |
|
What is interrupt latency? |
|
View Answer |
|
What will this return malloc(sizeof(-10)) |
|
View Answer |
|
Difference between object oriented and object based languages? |
|
View Answer |
|
What are the different storage classes in C? |
|
View Answer |
|
What are the different BSD and SVR4 communication mechanisms |
|
View Answer |