What language is c written?
Answer / Gayanendra Kumar
C was developed by Dennis Ritchie between 1969 and 1973 at Bell Labs, as an enhancement of the B programming language. It is a general-purpose programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are header files? What are their uses?
What is meant by type specifiers?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a<b,printb.find the sum digits of that number & then print.if a==b multiply 10 with a & add 20 with b store in c and then print
what is array?
main difference between c and c++ language
define string ?
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
What are the various types of control structures in programming?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
Explain is it valid to address one element beyond the end of an array?
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
List some basic data types in c?