I have two switch.Two Uplink ports of a switch is interconnected with other switch.consider uplink port of a switch is 100 Mbps.Now tell me whether bandwidth of uplink port will increase or not.IF it is How much?
5 9402Post New WebEx Interview Questions
What is a non-durable topic subscriber?
What is form action php?
How is pointer initialized in c?
What is javascript remoting for apex controllers?
How will you convert a string into a percentage?
give some instances in which you anticipated problems.
Write a script to customize the test results in PDF and HTML format.
How do I print double sided?
Why is the reaction of ethane and chlorine not a free-radical addition reaction?
Describe a project you've worked on and how it made a difference.
What is the file in unix?
How many characters is 2 bytes?
Hi friends please reply what will be the answer to following question in crystal report 1)Difference between the CR8.5 & CR10.5(withing VS2008) in terms of features. 2)Is Hierarchy of grouping features in either CR8.5 or CR10.5. what are its limitation i.e maximum no's can be created. 3)Scenario - If I have a string semicolon separated(1000 in nos) then how to pass it into Record Selection formula or parameter. 4)Scenario - If user want to do dynamic grouping at runtime that to while designing report only 1 group was created and as per user at runtime based on user selection different fields are used to create group. How is it possible. (Is it possible through formula?) 5)what is cascade or dynamic prompting.whether this is a feature of CR8.5 or CR10.5. 6)what to answer for question "How would you start crystal report development" 7)How "set location" is useful & how to implement it. 8)Scenario - At design time report was developed using MS SQL as datasource but at client side they are using Oracle which is having same table name and structure will the report work? If yes what changes are required to do so. 9)when does "Table Not Found" error is generated.
Explain how does hydraulics work?
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