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 Full Form of C and Why We use C

Answers were Sorted based on User's Feedback



What is Full Form of C and Why We use C..

Answer / bipin

It means only that this is after B. from which C is developed.

Is This Answer Correct ?    79 Yes 35 No

What is Full Form of C and Why We use C..

Answer / areukanjad

I Think Its a Language and Its Full Form of Compiler. And We
use this Language for Developing for Software Base.

Is This Answer Correct ?    72 Yes 47 No

What is Full Form of C and Why We use C..

Answer / ravi

c was designed after Ada and Basic .so A for ada and B for
basic , so a new language was developed by Denise Rithchie
and it was C.

Is This Answer Correct ?    32 Yes 11 No

What is Full Form of C and Why We use C..

Answer / santoshkumar

c is a procedure oriented language or structure oriented
language

Is This Answer Correct ?    20 Yes 6 No

What is Full Form of C and Why We use C..

Answer / akash

it is language after B

Is This Answer Correct ?    39 Yes 28 No

What is Full Form of C and Why We use C..

Answer / divya sharma

It was named "C" because many of its features were derived
from an earlier language called "B".

Is This Answer Correct ?    17 Yes 6 No

What is Full Form of C and Why We use C..

Answer / rehana

c is a basic language c programming means combined
programming its comes from BCPL(BASIC COMBINED PROGRAMMIN
LANGUAGE) its used to develope system and application
softwares.

Is This Answer Correct ?    16 Yes 10 No

What is Full Form of C and Why We use C..

Answer / dileep kumar

C is named bcz it id based on compiler.and descover after ADA , BASIC ,COBOL

Is This Answer Correct ?    6 Yes 1 No

What is Full Form of C and Why We use C..

Answer / bhavin tosar

‘C’ is a formal constructed Language Designed to Communicate Instructions to a Machine Particularly a Computer.
‘C’ is Programming Language it was developed by Denis Ritchie at “AT & T’s Bell Laboratories.
‘C’ Middle Level Language & C++ is High Level Language

Is This Answer Correct ?    7 Yes 3 No

What is Full Form of C and Why We use C..

Answer / ramprakash

'C' means controller language which controls various
operations with complxity......

Is This Answer Correct ?    11 Yes 9 No

Post New Answer

More C Interview Questions

What is meant by errors and debugging?

0 Answers  


What is external variable in c?

0 Answers  


#include<stdio.h> main() { int a[3]; int *I; a[0]=100;a[1]=200;a[2]=300; I=a; Printf(“%d\n”, ++*I); Printf(“%d\n”, *++I); Printf(“%d\n”, (*I)--); Printf(“%d\n”, *I); } what is the o/p a. 101,200,200,199 b. 200,201,201,100 c. 101,200,199,199 d. 200,300

4 Answers   Tieto,


Why is c not oop?

0 Answers  


what is the use of call back function in c?tell me with example

2 Answers   Bosch,


What is extern c used for?

0 Answers  


What is || operator and how does it function in a program?

0 Answers  


Can we declare a function inside a function in c?

0 Answers  


can a union be self-referenced?

1 Answers  


write a C code To reverse a linked list

2 Answers   Motorola, Wipro,


write a c program to find biggest of 3 number without relational operator?

12 Answers   TCS, Wipro,


What should malloc(0) do?

0 Answers  


Categories