What are lookup tables in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,


What is the significance of scope resolution operator?

0 Answers   Agilent, ZS Associates,


When should the volatile modifier be used?

0 Answers  


How Many Header Files in c?

2 Answers   TCS,






hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


What is new line escape sequence?

0 Answers  


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


to find the closest pair

0 Answers   Infosys,


Can we add pointers together?

0 Answers  


Find the largest number from the given 2 numbers without using any loops and the conditional operator.

2 Answers  


How we can insert comments in a c program?

0 Answers  


Categories