100+ Sasken Interview Questions & Answers
Sasken Interview Questions
Difference between Array and Linked List?
Difference between C and Assembly?
Difference between C and C++?
Difference between C and Embedded C?
Difference between Component and Interface?
Difference between Linked List and Structure?
Difference between Little Endian and Big Endian?
Difference between Mutex and Semaphore?
Difference between Process and Thread?
Difference between Stack and Queue?
Difference between TCP and UDP?
Explain the Life of Variables in a program.
Explain the memory layout of a c program.
Explain Pre Processor Stages.
How the OS comes to know Time Slice is Over?
How to Avoid Deadlock?
How to avoid Fragmentation?
How to avoid paging?
How to create a Process?
How to create and search a tree?
How to find no nodes in a tree?
How will you allocate Memory Dynamically?
Name Some IPC Mechanisms.
What are the components of a processor?
What are the major fields in PCB?
What are the Scheduling Algorithms?
What are the Types of Data Structures?
What are the Types of Fragmentation?
What are the types of Sorting?
What happens to ISR when Interrupt occurs?
What is a Dead Lock?
What is Meant by Fragmentation?
What is meant by stack frames?
What is meant by Traversing?
What is meant by Volatile in C?
What is the Application of Union?
What is the Critical Section of code?
What is the Significant of Virtual Memory?
What is C A N Protocol?
What is a Connection-Oriented and Connectionless Mechanism?
What is a Dangling Pointer?
What is Data Structure?
What is Function Overloading?
What is Function Overriding?
What is Function Pointer?
What is Inter-Process Communication?
What is Interrupt?
What is a Linked List?
What is memcpy( ) and explain the syntax?
What is Mutex?
What is Paging and Explain it?
What is Process?
What is Processor?
What is Race Around Condition?
What is Segmentation Fault?
What is Semaphore?
What is Shared Memory?
What is Sorting and Searching?
What is Template?
What is Thread?
What is Time Slice?
What is Timer?
What is Virtual Destructor?
What printf returns and Why we use & operator in Scanf?
Where is the memory allocated to formal arguments?
Where Function Pointers are Used?
Which is the best Searching and Sorting Algorithm?
Write a Program to add a node in the middle in a single linked list.
Write a program for Binary Search Tree.
Write a program for bubble sorting.
Write a Program for deleting an element in a Binary Search Tree.
Write a program for the power of 2 (or) not?
Write a program for String Concatenation.
Write a program that creates an array in a function and returns that to the main.
Write a program to check whether an expression is a well-formed expression (or) not.
Write a program to find out the missing elements in the array.
Write a Program to find even (or) odd numbers using a bit-wise Operator.
Write a program to delete a node without using a head pointer.
Write a program to print the status of a particular bit in a number.
Write a Program to swap the data in a Linked List.
Write the declaration for a function pointer that takes a char pointer as