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

main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


What does the && operator do in a program code?

0 Answers  


what is difference b/w extern & volatile variable??

6 Answers   Teleca,


How can I handle floating-point exceptions gracefully?

0 Answers  


Will Macros support multiple arguments ?

7 Answers   Oracle,






please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


What is the difference between far and near in c?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


What kind of structure is a house?

0 Answers  


What is the function of multilevel pointer in c?

0 Answers  


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


What is the purpose of main( ) in c language?

0 Answers  


Categories