Answer Posted / manju
a software is a program designed to do a specific task.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what is dot net framework
what are resources in case of Threads
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
how many types of operating system are avaliable?
Tell me the jobs for the MCA Fresher in delhi, Noida..
what is the diffrence between software and hardware language?
How to call a C++ function which is compiled with C++ compiler in C code?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
diffrence between oracle apps , .NET , SAP
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
Which design patterns have you used?
Diffrence between 2.0,3.0,3.5,4.0. versions of .net?
why we use abstract in awt?
what is the purpose of checked Menu options
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END