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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2516


What are the different properties of variable number of arguments?

1116


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

1189


Can you subtract pointers from each other? Why would you?

921


Differentiate abs() function from fabs() function.

969


What is the best organizational structure?

1072


Why does this code crash?

1032


What tq means in chat?

1074


Discuss the function of conditional operator, size of operator and comma operator with examples.

1107


Difference between constant pointer and pointer to a constant.

1076


What math functions are available for integers? For floating point?

1087


What is static function in c?

1070


What are the preprocessor categories?

1009


Explain what is the general form of a c program?

1041


Explain the Difference between the New and Malloc keyword.

1090