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 meant by c

Answers were Sorted based on User's Feedback



what is meant by c..

Answer / arunprasath

c is a structured oriented programming.developed by dennis
ritche in 1970.in c ,we are having only objects.There is no
security and reusuability.

Is This Answer Correct ?    66 Yes 15 No

what is meant by c..

Answer / anitha

c is a structure oriented programming language

Is This Answer Correct ?    53 Yes 9 No

what is meant by c..

Answer / vvvvv

C IS A PROGRAMMING LANGUAGE

Is This Answer Correct ?    34 Yes 3 No

what is meant by c..

Answer / matloob

c is a middle level language.
c is the mother of all the language.
c language is not a machine independent language.

Is This Answer Correct ?    22 Yes 10 No

what is meant by c..

Answer / shruti

C in particular does not mean anything..

A language named "B" was invented by ken Thompsan,
but there were a few problem.
Dennis Ritchie wrote a new programing language which
overcame all the flaws in "B"..
That language was "C"..


I think becoz it came after "B", he named it C..


we can also expect D - Z..;-) jokes apart..
but no more prog languages yaar.. :-(

we have enuf of them..

Is This Answer Correct ?    20 Yes 9 No

what is meant by c..

Answer / k pavan

c is a programmic lunge whais was introduced tothe world in
1972 by dennies reche. its plays a majour role in comptr
programming.and also it is basic 4 all other language.

Is This Answer Correct ?    15 Yes 4 No

what is meant by c..

Answer / kumar

c is a procedure oriented programming language.It is
developed by Dennis Ritchie in 1972. It is new innovation of
the computer programming language.
It is also the best standard computer programming language.

Is This Answer Correct ?    5 Yes 3 No

what is meant by c..

Answer / kaleeswaran.k

c program is an objectives oriented program.itz developed by
dennis ritchie in 1970.itz one of the old languages.

Is This Answer Correct ?    4 Yes 2 No

what is meant by c..

Answer / jo randy

c is the mother of all programming language. simply say it
is a structure oriented programming. developed by dennis
ritchie in 1972.

And it is the most popular language for writing the system
software and also the application.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More C Interview Questions

main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


write a program for odd numbers?

15 Answers  


write a program to concatenation the string using switch case?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  


You have given 2 array. You need to find whether they will create the same BST or not. For example: Array1:10 5 20 15 30 Array2:10 20 15 30 5 Result: True Array1:10 5 20 15 30 Array2:10 15 20 30 5 Result: False One Approach is Pretty Clear by creating BST O(nlogn) then checking two tree for identical O(N) overall O(nlogn) ..we need there exist O(N) Time & O(1) Space also without extra space .Algorithm ?? DevoCoder guest Posted 3 months ago # #define true 1 #define false 0 int check(int a1[],int a2[],int n1,int n2) { int i; //n1 size of array a1[] and n2 size of a2[] if(n1!=n2) return false; //n1 and n2 must be same for(i=0;i<n1-1;i++) { if( !( (a1[i]>a1[i+1]) && (a2[i]>a2[i+1]) ) ) return false; } return true;//assumed that each array doesn't contain duplicate elements in themshelves }

0 Answers   Facebook,


What are run-time errors?

0 Answers  


marge linklist

0 Answers   HCL,


what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Which type of language is c?

0 Answers  


difference between memcpy and strcpy

1 Answers  


Why isn't it being handled properly?

0 Answers  


Categories