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
What is identifier in c?
What are the application of void data type in c?
Is the exit() function same as the return statement? Explain.
Explain logical errors? Compare with syntax errors.
What is scope rule of function in c?
What does do in c?
What type is sizeof?
What are the main characteristics of c language describe the structure of ac program?
What is difference between structure and union?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
What is %d called in c?
Which is the memory area not included in C program? give the reason
Explain how do you override a defined macro?
What is pointer to pointer in c with example?
What is echo in c programming?