Answer Posted / dhanshri chabukswar
c is a language used to write programs that tell the computer what to do - like calculations ,controlling devices or building operating systems.
c is a powerful,structured and portable programming language used to develop software and system applications ...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does p mean in physics?
How can you read a directory in a C program?
Explain what is dynamic data structure?
How #define works?
What is %d used for?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What is array in C
What is the significance of c program algorithms?
Explain what is the difference between text files and binary files?
How can I implement a delay, or time a users response, with sub-second resolution?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
What is the 'named constructor idiom'?
How can I read data from data files with particular formats?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
How to delete a node from linked list w/o using collectons?