what is the difference between NULL('\0') and 0?
Answer Posted / guest
ASCII value of 0 is 0,but ASCII value of '\0' is 27.
| Is This Answer Correct ? | 22 Yes | 16 No |
Post New Answer View All Answers
What does the c in ctime mean?
Is void a keyword in c?
write a program to generate address labels using structures?
What are the standard predefined macros?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Differentiate Source Codes from Object Codes
Why is c called a structured programming language?
What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?
Which built-in library function can be used to match a patter from the string?
What are the three constants used in c?
How does struct work in c?
What is openmp in c?
When can you use a pointer with a function?
What does c value mean?
What is void main () in c?