What are lookup tables in c?



What are lookup tables in c?..

Answer / Jimit Kumar

Lookup tables in C programming are arrays or data structures used for mapping input values to corresponding output values. They are useful for simplifying complex calculations by storing precomputed results.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the maximum no. of arguments that can be given in a command line in C.?

1 Answers   HCL,


What is extern keyword in c?

1 Answers  


c program to manipulate x=1+3+5+...+n using recursion

2 Answers   Wipro,


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


Write a function that will take in a phone number and output all possible alphabetical combinations

1 Answers   Motorola,


swap 2 numbers without using third variable?

0 Answers   IBS,


What is modeling?

1 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


What do you know about the use of bit field?

1 Answers  


Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child

10 Answers   IBM, Infosys,


What header files do I need in order to define the standard library functions I use?

1 Answers  


find the sum of two matrices and WAP for it.

1 Answers   Huawei,


Categories