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 do you mean by dynamic memory allocation in c? What functions are used?
What is the difference between big endian form and little endian form? write a code to convert big endian form to little endian and vice versa..
what type of language is C?
how to compare two strings without using strcmp() function??
Write a program which take a integer from user and tell whether the given variable is squar of some number or not. eg: is this number is 1,4,9,16... or not
Explain how do you generate random numbers in c?
Explain what standard functions are available to manipulate strings?
Hi, main() { } Is a user defined function or Built in Functionn
Is it possible to have a function as a parameter in another function?
What is bubble sort technique in c?
What is the use of header files?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?