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


c language supports bitwise operations, why

a) 'c' language is system oriented

b) 'c' language is problem oriented

c) 'c' language is middle level language

d) all the above


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

Post New Answer

More C Interview Questions

What is extern storage class in c?

0 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  


What are the application of void data type in c?

0 Answers  


what is level of tree if leaf node is at level 4.please explain.

1 Answers   Wipro,


which is faster execution: loops or recursion?

3 Answers  


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

0 Answers  


Explain the use of 'auto' keyword in c programming?

0 Answers  


why do some people write if(0 == x) instead of if(x == 0)?

0 Answers  


Write a program to reverse a linked list in c.

0 Answers   DELL, HAL,


What are static variables in c?

0 Answers  


Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321

7 Answers   HCL,


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,


Categories