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

Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


How can I manipulate individual bits?

0 Answers  


What do you understand by friend-functions? How are they used?

0 Answers   iNautix,


How pointers are declared?

0 Answers  


What is break statement?

0 Answers  






void main() { char c; while(c=getchar()!='\n') printf("%d",c); } o/p=11 why?

8 Answers   Wipro,


Explain pointers in c programming?

0 Answers  


Explain spaghetti programming?

0 Answers  


Is using exit() the same as using return?

0 Answers  


hat is a pointer?

4 Answers   Assurgent,


1.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision

9 Answers   HCL, Qualcomm,


When should the const modifier be used?

0 Answers  


Categories