what is the difference between NULL('\0') and 0?
Answer Posted / mangal
The nul is used for the string so there is no any character
contain by null
but
The o is an intiger value an they have some meaning fot
that in intiger type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Using which language Test cases are added in .ptu file of RTRT unit testing???
What is union in c?
find out largest elemant of diagonalmatrix
Describe the steps to insert data into a singly linked list.
praagnovation
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What is the difference between mpi and openmp?
How many bytes are occupied by near, far and huge pointers (dos)?
Is boolean a datatype in c?
Combinations of fibanocci prime series
please send me the code for multiplying sparse matrix using c
What is extern keyword in c?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How to define structures? ·
Can the curly brackets { } be used to enclose a single line of code?