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



c language supports bitwise operations, why a) 'c' language is system oriented b) &#..

Answer / Kapil Kumar Vishnoi

a) 'c' language is system oriented

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

1 Answers  


Explain the difference between exit() and _exit() function?

1 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }

3 Answers  


What are the advantages of Macro over function?

2 Answers  


HOW TO SWAP TWO NOS IN ONE STEP?

16 Answers   Satyam,


main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }

1 Answers   CodeChef,


What is the purpose of Scanf Print, getchar, putchar, function?

3 Answers  


Write a program to check whether a number is prime or not using c?

1 Answers  


What are pointers?

1 Answers   Accenture, Tavant Technologies, Zensar,


what is object oriental programing?

1 Answers  


What are the c keywords?

1 Answers  


What is C++

4 Answers  


Categories