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...


Explain high-order bytes.


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

Post New Answer

More C Interview Questions

void main() { int a[]={1,2,3,4,5},i; for(i=0;i<5;i++) printf("%d",a++); getch(); }

3 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


in linking some of os executables are linking name some of them

0 Answers   IBM,


What is the meaning of 2d in c?

0 Answers  


program to locate string with in a string with using strstr function

2 Answers   Huawei, Shreyas,


Can a program have multiple main() functions?

1 Answers  


What is default value of global variable in c?

0 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


What are structure types in C?

0 Answers  


what are bit fields in c?

2 Answers  


what is the basis for selection of arrays or pointers as data structure in a program

0 Answers   TCS,


Categories