Category: Interview Question
What is measurement gap in LTE?
To measure the cell power (signal quality) of neighbour cells, target cell and current cell frequency by UE is called
Q70 What is the difference between const char *ptr, char * const ptr, and const char * const ptr?
const char *ptr – This is a pointer to a constant char. One cannot change the value pointed at by
Q67 What is dynamic memory allocation and how to allocate memory dynamically?
Please click on the link to know about DMA
Q66 What is an opaque pointer?
A pointer is said to be opaque if the definition of the type to which it points to is not
Q64 What is segmentation fault?
The segmentation fault is a programming error, means the program is trying to access an invalid memory location or memory
Q63 What is memory leak?
Suppose we have dynamically allocate a chunk of memory and forgot to de allocate it, means the program allocates some