Answer Posted / sagar pudi
software is a set of programs together to accomplish a task.
for example: Notepad is a software.
a Browser is a software.
a Website is a software.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
why do some people write if(0 == x) instead of if(x == 0)?
What is calloc() function?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
What are structures and unions? State differencves between them.
What are the applications of c language?
What is a program flowchart and how does it help in writing a program?
What are keywords in c with examples?
What is data structure in c language?
How are 16- and 32-bit numbers stored?
How can you allocate arrays or structures bigger than 64K?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is difference between structure and union with example?
What is dangling pointer in c?
What are examples of structures?
What is unsigned int in c?