-
C Interrupts
How are interrupts executed in C? Where are interrupts stored in the memory? What actually occurs when interrupts are encountered?
-
-
File Compression
How can we compress any text file using c. can anybody provide me sample code
-
-
Memory allocations of structure
What is the slack memory concept in allocation of structure memory?
-
Virtual Functions
Explain the virtual table generated in memory at the time of declaration of virtual function?
-
NULL Macro
What is NULL Macro? What is the difference between a NULL Pointer and a NULL macro?
-
Funtion pointer
What is the purpose and use of function pointers?
-
Binary portability
What is code/binary portability?
-
Convert Binary Number to Octal
Write a C program to convert a binary number to its corresponding octal number.
-
Storage Class and Storage Variables
What is Storage Class?
What are Storage Variables? -
Link List
What is Link list? What is purpose of link list in programming.
-
TSR
Explain How Terminate & Stay Resident (TSR) and Offline programming differ from one another.
-
Srand() and rand() Functions
Explain srand() and rand() Functions
-
Platform Independent IPC Methods
Which IPC methods are Platform independent?
-
End of File
What is the significance of EOF?
-
All Cominations of a Word
Write a C program for all possible combinations of letters in a word?
-
Storage Clssses and Memory Organization
What are storage classes? Explain its memory organization?
-
Pointer Drawback
What is the drawback of using pointer?
-
Storage Class
What is Storage Class?
C Interview Questions
Ans