Answer Posted / 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 |
Post New Answer View All Answers
How can I sort a linked list?
What is bubble sort technique in c?
Is null valid for pointers to functions?
Is there a built-in function in C that can be used for sorting data?
What is the difference between printf and scanf )?
What are reserved words with a programming language?
Describe the steps to insert data into a singly linked list.
How #define works?
What is LINKED LIST? How can you access the last element in a linked list?
How can I open files mentioned on the command line, and parse option flags?
What are the types of data types and explain?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
Is int a keyword in c?
How many header files are in c?
Are pointers integers in c?