what is the difference b/w NULL and null?
Answer Posted / evalin jose
"null" means empty.And "NULL" means ,it values zero.
| Is This Answer Correct ? | 14 Yes | 4 No |
Post New Answer View All Answers
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Can you write the algorithm for Queue?
How is null defined in c?
Explain continue keyword in c
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How many types of sorting are there in c?
How can I sort more data than will fit in memory?
What is wild pointer in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
How can I dynamically allocate arrays?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Write a code of a general series where the next element is the sum of last k terms.
What does int main () mean?
Explain heap and queue.
Why is c so powerful?