what is the difference between NULL('\0') and 0?
Answer Posted / guest
ASCII value of 0 is 0,but ASCII value of '\0' is 27.
| Is This Answer Correct ? | 22 Yes | 16 No |
Post New Answer View All Answers
List the variables are used for writing doubly linked list program.
What are the 5 types of inheritance in c ++?
How do you generate random numbers in C?
Can you please explain the difference between syntax vs logical error?
Write a program to show the change in position of a cursor using c
What is assert and when would I use it?
Is a house a shell structure?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What does dm mean sexually?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
Explain how do you search data in a data file using random access method?
What is a wrapper function in c?
find out largest elemant of diagonalmatrix
What is a const pointer?
Why calloc is better than malloc?