What is a lookup table in c?



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

Post New Answer

More C Interview Questions

What is break in c?

1 Answers  


What is the difference between #include <header file> and #include “header file”?

1 Answers  


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?

2 Answers  


what is real time system?what is the differance between hard and soft real time systems

2 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


What is the exact difference between '\0' and ""

3 Answers  


What are the advantages of external class?

1 Answers  


Is null always defined as 0(zero)?

1 Answers  


How can I increase the allowable number of simultaneously open files?

1 Answers   CSC,


What is the purpose of 'register' keyword in c language?

1 Answers  


What is line in c preprocessor?

1 Answers  


How can I recover the file name given an open stream or file descriptor?

1 Answers  


Categories