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


tell me the full form of c?

Answers were Sorted based on User's Feedback



tell me the full form of c?..

Answer / vignesh1988i

C is the successor of the language of B... so their is no
any full forms for C... it's just an alphabet

Is This Answer Correct ?    26 Yes 4 No

tell me the full form of c?..

Answer / v amsi

although some says that C's abbreviation is compiler (as if
it is compiler based language) i will agree vth first answer

Is This Answer Correct ?    10 Yes 5 No

Post New Answer

More C Interview Questions

what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


What is the size of structure in c?

0 Answers  


What are pointers?

0 Answers   Accenture, Tavant Technologies, Zensar,


What is 2 d array in c?

0 Answers  


A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM

0 Answers   HCL,


What is && in c programming?

0 Answers  


How can I access a memory located at certain address?

2 Answers   CSC,


what information does the header files contain?

6 Answers   BSNL, Cisco, GDA Technologies,


what does ‘Bus Error’ mean?

1 Answers   ABC,


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


Categories