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 can I read and write comma-delimited text?
Explain continue keyword in c
What is the collection of communication lines and routers called?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
what is the different bitween abap and abap-hr?
What is a pointer variable in c language?
How can I find out the size of a file, prior to reading it in?
What is the use of ?: Operator?
What does it mean when the linker says that _end is undefined?
What is the best way of making my program efficient?
I have seen function declarations that look like this
What is line in c preprocessor?
using for loop sum 2 number of any 4 digit number in c language
What are the types of c language?
How to declare pointer variables?