Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Stellar Information Systems Interview Questions
Questions Answers Views Company eMail

What are your salary expectations? if thz question was asked to fresher what ans should be given?

14 24551

Post New Stellar Information Systems Interview Questions


Stellar Information Systems Interview Questions


Un-Answered Questions

Where is tm1 web logging information found?

5


What is the nmap command?

588


Define purpose of using WMLScript?

1087


How useful is dynamic dashboard? Can it be scheduled?

209


What is a rollup component? Explain about it.

683






Does A Class Inherit The Constructors Of Its Superclass?

538


What is dcl in sql?

528


What is appdelegate in xcode?

451


About CLR, reflection and assemblies?

1549


What is the use of math abs in java?

553


How much would it cost to upgrade from windows 7 to windows 10?

447


Explain the properties of session object?

495


Describe, in general, how java's garbage collector works?

542


What will happen if we send untagged packet to a tagged port

1695


how can i access a direct (absolute, not the offset) memory address? here is what i tried: wrote a program that ask's for an address from the user, creates a FAR pointer to that adress and shows it. then the user can increment/decrement the value in that address by pressing p(inc+) and m(dec-). NOW, i compiled that program and opened it twice (in 2 different windows) and gave twice the same address to it. now look what happen - if i change the value in one "window" of the program, it DOES NOT change in the other! even if they point to the same address in the memory! here is the code snippet: //------------------------------------------------------ #include //INCLUDE EVERY KNOWN HEADER FILE #include //FOR ANY CASE... #include #include #include main() { int far *ptr; //FAR POINTER!!! long address; char key=0; //A KEY FROM THE KEYBOARD int temp=0; clrscr(); cout<<"Enter Address:"; cin>>hex>>address; //GETS THE ADDRESS clrscr(); (long)ptr=address; temp=*ptr; //PUTS THE ADDRESS IN THE PTR cout<<"["<

1821