Answer Posted / ramprakash
'C' means controller language which controls various
operations with complxity......
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
What is non linear data structure in c?
Explain how do you convert strings to numbers in c?
What are the advantages of Macro over function?
List the variables are used for writing doubly linked list program.
What are the c keywords?
Do you know what are the properties of union in c?
What is the right type to use for boolean values in c? Is there a standard type?
What is the use of in c?
Why c is faster than c++?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Describe dynamic data structure in c programming language?
what are the advantages of a macro over a function?
What is a macro?
How can I sort more data than will fit in memory?