Answer Posted / ankith.v
C Is One of the the procedure Oriented And Syntax based
Language
| Is This Answer Correct ? | 50 Yes | 6 No |
Post New Answer View All Answers
What is a structure and why it is used?
Write a program to find factorial of a number using recursive function.
How do I get a null pointer in my programs?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
Explain how can you determine the size of an allocated portion of memory?
How do you view the path?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
What is the sizeof () a pointer?
Explain how can I convert a string to a number?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What is the use of pointers in C?
If the size of int data type is two bytes, what is the range of signed int data type?
How do you override a defined macro?
Why c is called a middle level language?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above