Answer Posted / kiran
As 'C' has the characteristics of both high-level and low-level languages, it is a "Middle level" language. As C programs are machine dependent, it is a "High-level Language".
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
How can a program be made to print the line number where an error occurs?
the question is that what you have been doing all these periods (one year gap)
What is queue in c?
What is static and auto variables in c?
What is FIFO?
The statement, int(*x[]) () what does in indicate?
What does the file stdio.h contain?
What are run-time errors?
What is the scope of global variable in c?
Is Exception handling possible in c language?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
How main function is called in c?
where are auto variables stored? What are the characteristics of an auto variable?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How can you determine the maximum value that a numeric variable can hold?