what is the difference between NULL('\0') and 0?
Answer Posted / dushyant
null means nill nothing is there. zero means something is there but we dont know....
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is function and its example?
Is multithreading possible in c?
Are pointers integer?
How do you define a function?
How can variables be characterized?
The file stdio.h, what does it contain?
What is an endless loop?
What is indirection?
What is the difference between int main and void main?
Explain do array subscripts always start with zero?
Explain what’s a signal? Explain what do I use signals for?
Explain what is the use of a semicolon (;) at the end of every program statement?
How can a number be converted to a string?
Write the Program to reverse a string using pointers.
What is the correct code to have following output in c using nested for loop?