Answer Posted / mukil
C is a procedural language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can 'this' pointer by used in the constructor?
Explain what is wrong in this statement?
Why isn't it being handled properly?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
Is that possible to store 32768 in an int data type variable?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is meant by gets in c?
What are preprocessor directives in c?
Explain the binary height balanced tree?
What is extern c used for?
How many levels of pointers can you have?
What are the advantages of the functions?
What is meant by operator precedence?
What is difference between array and structure in c?
Explain how do you search data in a data file using random access method?