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 use#in c

Answer Posted / saurabh chakrabarty

# is used in c to write preprocessor statements (i.e. macros)

these statements are called preprocessor statements as these
statements are processed prior to the compilation of the
rest of the code by the compiler

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is typedef struct in c?

1051


write a program to print largest number of each row of a 2D array

2327


What is the usage of the pointer in c?

1139


Write a program to know whether the input number is an armstrong number.

1126


what are the 10 different models of writing an addition program in C language?

1897


Difference between exit() and _exit() function?

1140


What is data structure in c programming?

1082


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

1102


Where in memory are my variables stored?

1186


How can type-insensitive macros be created?

1171


What are types of functions?

1043


Are bit fields portable?

1160


What is a memory leak? How to avoid it?

1350


stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

2471


pierrot's divisor program using c or c++ code

2243