what is the difference between NULL('\0') and 0?
Answer Posted / guest
NULL('\0')- A string in C is always terminated by a null
character.The ascii value of '\0' is 0
0 - The ascii value of 0 is 48
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between āgā and āgā in C?
What is meant by type specifiers?
What is extern keyword in c?
What oops means?
Can math operations be performed on a void pointer?
Write a program to print factorial of given number using recursion?
Why we use stdio h in c?
Why void is used in c?
What is integer constants?
Why is structure important for a child?
What is extern variable in c with example?
what is the function of pragma directive in c?
What are the types of i/o functions?
What is the difference between array_name and &array_name?
What is #line?