what is software
Answers were Sorted based on User's Feedback
Answer / manju
a software is a program designed to do a specific task.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rutuja
software is a program which is internally connected to the
hardware
| Is This Answer Correct ? | 2 Yes | 1 No |
what diffrence between procedure and function?
I want sample papers for NIC Examination. Plz send them to my mail Id das.neelam@gmail.com . Plz send it today, tomorrow i've the exam.
DIFFERENCE BETWEEN BINDING LANG AND BIND DIR WHEN USING IN SERVICE PGM
Why we use NEW operator when we create Object,While in C++ we donot ?
needs examples for black box testing and white box testing
why we use abstract in awt?
what is the draw back of Power builder
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
Find out the roles which gives access to all tables in SAP? Thanks in advance.
How do you pass variables forwrd to future CECI sessions
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29