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


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of c language?

560


Write a C program to count the number of email on text

1414


How many levels deep can include files be nested?

648


What is an arrays?

650


How to explain the final year project as a fresher please answer with sample project

465






Why c language is called c?

569


What is the difference between int main and void main?

571


What is memory leak in c?

631


Do character constants represent numerical values?

844


What is the size of enum in c?

616


Explain what is the general form of a c program?

622


#include int main(){ int i=10; int *ptr=&i; *ptr=(int *)20; printf("%d",i); return 0; } Output: 20 can anyone explain how came the output is 20

1262


How can you tell whether two strings are the same?

830


What does != Mean in c?

584


What is the difference between class and object in c?

581