What is a lookup table in c?
Answer / Arya Mani Misra
A lookup table in C programming refers to an array or data structure used for storing and retrieving values based on specific keys or indices.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is break in c?
What is the difference between #include <header file> and #include “header file”?
What has to put when we are inserting as assembly language code into the C code? or When we are inserting as assembly language code into the C code we have to insert one thing at the start and of the assembly language. What are they?
what is real time system?what is the differance between hard and soft real time systems
What is the difference between GETS();AND SCANF();
What is the exact difference between '\0' and ""
What are the advantages of external class?
Is null always defined as 0(zero)?
How can I increase the allowable number of simultaneously open files?
What is the purpose of 'register' keyword in c language?
What is line in c preprocessor?
How can I recover the file name given an open stream or file descriptor?