Answer Posted / vamc
C (pronounced /ˈsiː/ see) is a general-purpose computer programming language developed between 1969 and 1973 by Dennis Ritchie at the Bell Telephone Laboratories for use with the Unix operating system.[2]
Although C was designed for implementing system software,[5] it is also widely used for developing portable application software.
C is one of the most popular programming languages of all time[6][7] and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Array is an lvalue or not?
You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Which header file is used for clrscr?
Under what circumstances does a name clash occur?
What is the use of gets and puts?
What does the c in ctime mean?
What is difference between array and structure in c?
What is memory leak in c?
Explain threaded binary trees?
What type is sizeof?
Describe the header file and its usage in c programming?
What is the size of empty structure in c?
How do you search data in a data file using random access method?
What is || operator and how does it function in a program?