what is software?

Answer Posted / ganesh

software is a collection of
programs or instruction that are
used to some purpose.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a void pointer? When is a void pointer used?

626


Which is better malloc or calloc?

653


What is typedf?

670


What is a buffer in c?

575


Write a program to reverse a string.

642






Why is structure padding done in c?

648


I came across some code that puts a (void) cast before each call to printf. Why?

679


What is a static function in c?

624


How variables are declared in c?

571


What is a char in c?

556


What is the difference between array and linked list in c?

601


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

645


What are data types in c language?

586


Describe wild pointers in c?

640


What is the difference between Printf(..) and sprint(...) ?

790