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?

Answers were Sorted based on User's Feedback



what is C?..

Answer / smily

c is a standard programming language..which is the base for
all other programming languages, but as no security...

Is This Answer Correct ?    17 Yes 1 No

what is C?..

Answer / bivas das

c is a high level langage,compiler base function oriented language..

Is This Answer Correct ?    13 Yes 4 No

what is C?..

Answer / manu

c is a highlevel language,c is a basic language of all
other languages,

Is This Answer Correct ?    8 Yes 1 No

what is C?..

Answer / pradeep kumar

C is a procedural oriented programming language.
it has fast execution compare to c++.
it is developed at bell labs by dennis ritchi.

Is This Answer Correct ?    8 Yes 1 No

what is C?..

Answer / vamc

C (pronounced /&#712;si&#720;/ see) is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.[2]
Although C was designed for implementing system software,[5] it is also widely used for developing portable application software.
C is one of the most popular programming languages of all time[6][7] and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C.

Is This Answer Correct ?    4 Yes 0 No

what is C?..

Answer / guest

top down approach

Is This Answer Correct ?    3 Yes 0 No

what is C?..

Answer / ajayash

c is a programming language..before it was known as b-
language...supports all operators..

Is This Answer Correct ?    4 Yes 2 No

what is C?..

Answer / manish

it is a simple English alphabet C nothing else.
but we can say also C,c is a computer language but is
different only C. because C is alphabets.

Is This Answer Correct ?    8 Yes 29 No

what is C?..

Answer / guest

it is a simple English alphabet C nothing else.

Is This Answer Correct ?    8 Yes 49 No

Post New Answer

More C Interview Questions

How do I read the arrow keys? What about function keys?

0 Answers  


for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????

7 Answers  


What is the difference between ++a and a++?

0 Answers  


What is the difference between static and global variables?

1 Answers  


is it possible to create your own header files?

0 Answers  


Why do we use int main?

0 Answers  


#include<stdio.h> #include<conio.h> # define swap(a,b) temp=a; a=b; b=temp; void main( ) { int i, j, temp; i=5; j=10; temp=0; if( i > j) swap( i, j ); printf( "%d %d %d", i, j, temp); }

9 Answers   Burning Glass,


What is pointers in c with example?

0 Answers  


Result of the following program is main() { int i=0; for(i=0;i<20;i++) { switch(i) case 0:i+=5; case 1:i+=2; case 5:i+=5; default i+=4; break;} printf("%d,",i); } } a)0,5,9,13,17 b)5,9,13,17 c)12,17,22 d)16,21 e)syntax error

8 Answers   IBM,


Is c++ based on c?

0 Answers  


what is the flow of execution in cprogram? ex:printf();,scanf();

2 Answers  


what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }

2 Answers   Google,


Categories