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 an anonymous union and where to apply that ?

3 Answers   HP,


What is atoi and atof in c?

0 Answers  


Are there any problems with performing mathematical operations on different variable types?

0 Answers  


What is the purpose of clrscr () printf () and getch ()?

0 Answers  


What extern c means?

0 Answers  






program to find the roots of a quardratic equation

1 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(ā€œ%d\nā€,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


why should i select you?

21 Answers   Wipro,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


how to find the size of the data type like int,float without using the sizeof operator?

13 Answers  


What is the difference between test design and test case design?

0 Answers  


Categories