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 |
Is using exit() the same as using return?
write a c program that if the given number is prime, and their rearrangement(permute) of that number is also prime. Ex: Input is "197" is prime Output: 791,917,179 is also prime. Please any one tell me tha code for that
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Explain in detail how strset (string handling function works )pls explain it with an example.
What is build process in c?
what is the different between if-else and switch statment (other than syntax)
26 Answers CTS, Oracle, Scorpos,
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
0 Answers Lovely Professional University,
What is putchar() function?
what is the disadvantage of using macros?
pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()
What is the use of #include in c?
What are the 5 organizational structures?