Why is c called a mid-level programming language?
No Answer is Posted For this Question
Be the First to Post Answer
1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.
What are static variables in c?
Why the below program throughs error during compilation? #include<stdio.h> #include<conio.h> enum { ZERO, ONE, TWO, }; main() { printf("%d",&TWO); getch(); }
64/square(4)
Is c is a low level language?
What is the use of #include in c?
Explain c preprocessor?
Explain how do you view the path?
about c language
write a c program to find the sum of five entered numbers using an array named number
How can I get the current date or time of day in a c program?
What does %p mean c?