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 / raji .r

it is a high level language
it is a strutured programming language
it is easier to understand the user because the programs
can be divided into some small small functions.

Is This Answer Correct ?    21 Yes 3 No

what is c? ..

Answer / nirmal kumar tailor

c is a programming language.
c is a procedural, plateform independant, hardware
programming language.

Is This Answer Correct ?    16 Yes 8 No

what is c? ..

Answer / s.lilly

c is a middle level language,
c is a structured language,
it gets its name as it is advanced from bcpl language.
c language is pronounced by dannies ritche in 1979.
c language forms the basis for the other languages like c++,
java..
c language is used for hardware programming
c language is the only language that is surviving till
today and will survive becuase of its real impact and use.
the only missing feature is that it is not object oriented.

Is This Answer Correct ?    7 Yes 1 No

what is c? ..

Answer / md.ismail

c is of string language of BCPL(basic combined programming
language),which is called B.B was modified by Danial Ritchi
in 1972 in BELL LAB,which is called C.it is procedural
middle level language.

Is This Answer Correct ?    5 Yes 3 No

what is c? ..

Answer / achal

C is a general purpose programming language. It is a middle
level language, mostly used to program hardware devices. It
is used in procedural programming; not object oriented. One
important thing is that it is capable of manipulating
individual bits of data; small language ; small standard
library; compact executable code. There are many other
things what make C suitable for HW programming

Is This Answer Correct ?    4 Yes 2 No

what is c? ..

Answer / ravi pratap

actually c is the mother of programming language, which is mainly used for programing of various devices which are meant for structural programming.this basically includes procedure oriented pattern of pointers functions,arraysetc

Is This Answer Correct ?    3 Yes 2 No

what is c? ..

Answer / nashiinformaticssolutions

C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.

Is This Answer Correct ?    0 Yes 0 No

what is c? ..

Answer / glibwaresoftsolutions

C++ is a general-purpose, high-level programming language used for system and application development. Developed by Bjarne Stroustrup at Bell Labs in 1983, it builds upon the C language while introducing object-oriented features. It supports multiple paradigms, including procedural, functional, and generic programming. This is one of the most commonly asked C++ interview questions.

Is This Answer Correct ?    0 Yes 0 No

what is c? ..

Answer / glibwaresoftsolutions

C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.

Is This Answer Correct ?    0 Yes 0 No

what is c? ..

Answer / hr@tgksolutions.com

C is a general-purpose, procedural programming language that supports structured programming. It is widely used for system software and application development.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

program to find middle element of linklist?

1 Answers   Huawei,


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


What is the difference between declaring a variable and defining a variable?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?

11 Answers   CTS, TCS,


discuss the steps needed to get a program from source code to executable in a system?

1 Answers  


Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


What do mean by network ?

0 Answers  


how can i make a program with this kind of output.. Enter a number: 5 0 01 012 0123 01234 012345 01234 0123 012 01 0

4 Answers   Wipro,


where can function pointers be used?

2 Answers  


What is the role of && operator in a program code?

0 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


Categories