-
Garbage Value
What is garbage value and How it is stored?
-
Types of Exceptions in C
What are all the type of Exceptions available in C ?
-
Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived
Base class has some virtual method and derived class has a method with the same name. If we initialize the base class pointer with derived object,. calling of that virtual method will result in which method being called?
-
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?
C Interview Questions
Ans