Answer Posted / patil chaitanya dattatrya
Because i have interest in programming languages.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
hoe to data grid use in sql server 2000?
what are the missinschema properties and should we pass primary key in select command
When will you use shell script/Perl ahead of C/C++?
When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)
how can i split string in a textbox in windows appication using C#.net
what is the difference between an OS(operating system) and Framework?
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
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?
8.In DSP,Define Signal and System?and various type of signals.
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
how to display xisheet in list box in c# .net
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?