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
What is atoi and atof in c?
How can a string be converted to a number?
Explain b+ tree?
What is the difference between union and structure in c?
What is a c token and types of c tokens?
what are the 10 different models of writing an addition program in C language?
How do you define a function?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Explain setjmp()?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
What is bubble sort technique in c?
I have a varargs function which accepts a float parameter?
What are the advantages and disadvantages of a heap?
What is the stack in c?
Where are some collections of useful code fragments and examples?