what is the difference between NULL('\0') and 0?
Answer Posted / sri
null(\0) is used for strings,and there is difference
between \0 and 0.
| Is This Answer Correct ? | 25 Yes | 1 No |
Post New Answer View All Answers
How pointers are declared?
What are type modifiers in c?
What is actual argument?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
What is the difference between memcpy and memmove?
What are 'near' and 'far' pointers?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
string reverse using recursion
Explain how can I open a file so that other programs can update it at the same time?
Is c dynamically typed?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is getch?
can we implement multi-threads in c.
Difference between Shallow copy and Deep copy?
Why is c used in embedded systems?