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 the mean of c languages.



what is the mean of c languages. ..

Answer / s

c is nothing but a language consisting of small set of a
programming module like function , data type design to
perform a dedicated task.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Interview Questions

Are the variables argc and argv are local to main?

0 Answers   TISL,


how to print "hai" in c?

13 Answers   TCS,


What is null in c?

0 Answers  


How can I allocate arrays or structures bigger than 64K?

5 Answers  


Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986

2 Answers  


What is a #include preprocessor?

0 Answers  


hat is a pointer?

4 Answers   Assurgent,


What is the difference between test design and test case design?

0 Answers  


If 4 digits number is input through the keyboard, Write a program to calculate sum of its 1st & 4th digit.

12 Answers   Google,


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

0 Answers   Wilco,


void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


Categories