what is c programing
Answers were Sorted based on User's Feedback
Answer / biswajit jana
C is a general-purpose computer programming language
developed in 1972 by Dennis Ritchie at the Bell Telephone
Laboratories
Is This Answer Correct ? | 12 Yes | 0 No |
Answer / tushar prwe
C IS A TOP DOWN PROCEDURAL LANGUAGE IN WHICH PROGRAMER CAN
DIRECTLY INTERECT WITH THE MEMORY THROGH POINTERS.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ganesh k
C programming is a procedure oriented programming language
which is restricted in parameters like data security (as it
uses file system for storage), transparence and integrity.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / biswajit jana
c programming is representation of logical statement
according to some c language rule.
Is This Answer Correct ? | 6 Yes | 3 No |
Answer / iyswarya
it is a structured oriented programming language.
middle level language,portable
it does not support oops concepts and is used in system
software and application software programs.
it has 32 kewords.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srujan kumar reddy
C programming is one of thousands of computer programming languages that allow users to create instructions for a computer to follow. While C has a slightly more cryptic style than some other programming languages, it's fairly easy to learn and allows you to read and write code for many different platforms. Because it's so efficient and gives the user a lot of control.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the meaning of ?
What is the value of uninitialized variable in c?
my name is nani i completed my b-tech in hyd now i want go for interveiw but i dont know the process of software field interveiws plz help me anyone how many rouds there n what rounds plz plz plz help me n where i can get these details
why little endian and big endian came?y they using differently? y they not used commonly ?wt is application of little and big ?
char ch=10;printf("%d",ch);what is the output
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
main() { int x=2, y=4 if ((x==2||y==4) x++ y++ if (y==4+1) { x=x+y; } y++; printf("The values of x and y are %d and %d."x,y); } What is the output?
Where are local variables stored in c?
What are the uses of null pointers?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
What is declaration and definition in c?