what is the difference between NULL('\0') and 0?
Answer Posted / siddhant
Null is used to terminate strings. It is a character constant..
0 is an integer constant. Its ASCII code is 48.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does dm mean sexually?
Tell me about low level programming languages.
How will you divide two numbers in a MACRO?
What is a pointer in c?
How is null defined in c?
Why c is a procedural language?
What is static function in c?
What is a spanning Tree?
What is 1d array in c?
Explain 'bit masking'?
What math functions are available for integers? For floating point?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
If fflush wont work, what can I use to flush input?
What are the loops in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings