what is difference between null and nul in c language

Answer Posted / amar singh rajput

NULL is an pointer with value zero (0) ,and NUL is an character with integer value 0 (zero) .

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can include files be nested?

623


Why is c called c?

620


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1491


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

679


What is d'n in c?

628






I need a sort of an approximate strcmp routine?

655


what is the structure pointer?

1642


Explain what is the difference between far and near ?

649


What is wrong with this program statement? void = 10;

816


Where static variables are stored in memory in c?

521


What is time null in c?

579


How are portions of a program disabled in demo versions?

745


Explain what is wrong with this program statement? Void = 10;

761


write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)

1623


When should the const modifier be used?

652