Answer Posted / s
i think pointers are faster if we talk in terms of element
addition and deletion,the priomary req..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a macro in c preprocessor?
Write a program to reverse a linked list in c.
what is use of malloc and calloc?
What is the use of parallelize in spark?
What does s c mean in text?
How to declare pointer variables?
What are loops c?
What is the deal on sprintf_s return value?
Write a c program to demonstrate character and string constants?
Can we declare a function inside a function in c?
What is difference between union and structure in c?
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
Explain what math functions are available for integers? For floating point?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is double pointer?