Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


Can 'this' pointer by used in the constructor?

0 Answers  


program to print upper & lower triangle of a matrix

2 Answers   TCS,


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


Why is c not oop?

0 Answers  


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is the difference between char array and char pointer?

0 Answers  


Is file a keyword in c?

0 Answers  


Why we use int main and void main?

0 Answers  


what is the advantage of software development

1 Answers  


Do you know the use of fflush() function?

0 Answers  


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

17 Answers   Huawei, Microsoft,


Categories