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
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
what is the BAM? where we can use it in BizTalk server?
In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
Difference between delegates and Events?
Give examples of macro quoting function?
I want Ada programming language books. Could anyone post me any link for that?
What is SOLID Principle in Programming Language?
how sap is different from other software ?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
what does mean and stack mean in genral programming?
What are events in smartforms?
Plz sent me in .net 2.0 interview Question & answers?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.