what is c?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
difference between my-strcpy and strcpy ?
3 Answers Geometric Software, IIM, Infosys,
Is it possible to run a c program without using main?If yes HOW??
Is null equal to 0 in sql?
write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.
biggest of two no's with out using if condition statement
Who developed c language and when?
C program to read the integer and calculate sum and average using single dimensional array
hat is a pointer?
#include<stdio.h> main() { int a=1; int b=0; b=++a + ++a; printf("%d %d",a,b); }
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
I came across some code that puts a (void) cast before each call to printf. Why?
program to convert a integer to string in c language'