Answer Posted / vignesh1988i
C usually a MIDDLE LEVEL language.... why it is called so because it can perform bitwise operations directly and also can perform user understandable operations like printf , scanf, looping etc etc......
here the bitwise operations are those where we can communicate directly through hardware using the OS.......
and also ASSEMBLY LEVEL Programming (ALP) can also be done to the processor direclty through C.......
thank s
| Is This Answer Correct ? | 71 Yes | 11 No |
Post New Answer View All 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.
Can a file other than a .h file be included with #include?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Explain the difference between ++u and u++?
Write a program to know whether the input number is an armstrong number.
Explain how can a program be made to print the name of a source file where an error occurs?
Are pointers integer?
List the difference between a While & Do While loops?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
Write a program to print ASCII code for a given digit.
What are the two forms of #include directive?
how logic is used
how do you programme Carrier Sense Multiple Access
Why do we need a structure?
What is time complexity c?