Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference between null and nul in c language

Answers were Sorted based on User's Feedback



what is difference between null and nul in c language..

Answer / xsoft

null this is a key word in C language but the nul this
keyword used in dos Programming as you can you use it in C
programming with the function system("dir ./a>nul");
then when can consider this nul as an output.

Is This Answer Correct ?    1 Yes 1 No

what is difference between null and nul in c language..

Answer / 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

More C Interview Questions

Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.

1 Answers  


helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.

3 Answers  


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


Can you please explain the difference between malloc() and calloc() function?

0 Answers  


wat is the difference between array and pointer?

4 Answers   Wipro,


write a program to display & create a rational number

1 Answers   HCL, TCS,


What is c standard library?

0 Answers  


Explain what does the function toupper() do?

0 Answers  


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

0 Answers   TCS,


how to find the sizof of any datatype using bit manipulations

3 Answers  


compare array with pointer?

1 Answers  


What is multidimensional arrays

0 Answers  


Categories