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
Why cant I open a file by its explicit path?
Where is c used?
What is a function in c?
What is the difference between constant pointer and constant variable?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
How to write a code for reverse of string without using string functions?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
How many bytes are occupied by near, far and huge pointers (dos)?
Stimulate calculator using Switch-case-default statement for two numbers
How can you determine the maximum value that a numeric variable can hold?
How can I use a preprocessorif expression to ?
How can you access memory located at a certain address?
How can you increase the size of a dynamically allocated array?
write a program for the normal snake games find in most of the mobiles.
Explain what is the most efficient way to store flag values?