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 C?

Answer Posted / guest

top down approach

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is equivalent to ++i+++j?

1150


How can variables be characterized?

2238


How can I change their mode to binary?

1185


What are keywords c?

1092


What is a ternary operator in c?

1177


How do you print an address?

1325


What is a static function in c?

1242


When should a far pointer be used?

1187


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1092


What does printf does?

1321


what is the difference between class and unio?

2418


When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

1128


What is the significance of an algorithm to C programming?

1096


Ow can I insert or delete a line (or record) in the middle of a file?

1050


What does != Mean in c?

1094