What is a lookup table in c?


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

Post New Answer

More C Interview Questions

What is static identifier?

0 Answers   TCS,


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


What is an array? What the different types of arrays in c?

0 Answers  


What is structure of c program?

0 Answers  


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  






how many header file is in C language ?

44 Answers   College School Exams Tests, CTS, IBM, IMS, Infosys, ME, Sign Solutions, Wipro, XVT,


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


Are comments included during the compilation stage and placed in the EXE file as well?

0 Answers  


what type of language is C?

13 Answers   Microsoft,


52.write a “Hello World” program in “c” without using a semicolon? 53.Give a method to count the number of ones in a 32 bit number? 54.write a program that print itself even if the source file is deleted? 55.Given an unsigned integer, find if the number is power of 2?

9 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


What is the use of c language in real life?

0 Answers  


Categories