Answer Posted / swe
PrimitiveType
ReferenceType
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Why do we use null pointer?
What does *p++ do? What does it point to?
What are header files why are they important?
Explain the Difference between the New and Malloc keyword.
Which is better malloc or calloc?
Simplify the program segment if X = B then C ← true else C ← false
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What is the difference between volatile and const volatile?
What is the use of ?: Operator?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
Can main () be called recursively?
Are global variables static in c?
How to declare pointer variables?
What are header files in c programming?
What is identifiers in c with examples?