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
Write a program in c to print * * * * * *******
What is the benefit of using #define to declare a constant?
Why do we use return in c?
What is function in c with example?
how to make program without <> in library.
write a program to display the numbers having digit 9 in the given range from 1 to 100
What is a structure in c language. how to initialise a structure in c?
write a prgram of swapping with 2 valiables
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
List the difference between a While & Do While loops?
Hai why 'c' is the middle language
Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates