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...

define c

Answer Posted / susmita

c is a set of instructions or commands, which are given for
the computer to do different activity or jobs or works

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to compare array with pointer in c?

1164


What is the advantage of using #define to declare a constant?

1156


Write a c program to demonstrate character and string constants?

2246


Explain what will the preprocessor do for a program?

1111


Explain what are the different data types in c?

1265


Is it acceptable to declare/define a variable in a c header?

1178


Do you know pointer in c?

1106


What is the most efficient way to count the number of bits which are set in an integer?

1118


What is a stream in c programming?

1229


How can I manipulate individual bits?

1097


write a program to rearrange the array such way that all even elements should come first and next come odd

2351


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

1153


how can I convert a string to a number?

1136


What is the scope of static variable in c?

1078


What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

2040