Question
how to create a register in .net

Answers





Search
Can you Answer!!
  • Q Which Constitutional body recommends the principles governing the grant-in-aid to be given to the States?
  • Q How do you begin with defining and assigning pricing procedures?
  • Q What is meant by balanced draft in boiler ?
  • Q What is Hyundai Vendors interview process? or recruitment & selection process?
  • Q Every form of art is protected by copy write upon the expiration of which the property passes into the public domain and becomes freely available to any one wishing to exploit it commercially the time has come when all treasures should pass to the controlled of a trust, and by this made reaadily available to anyone on payment of a fee or royality the income from the works of tagore would alone be enarmous these who now main financialbenefit from his genius should make some contribution to the welfare of the arts in general. instead of buying a ticket, threatregoers should pay a fee to trust for the benefit of the arts
  • Q What is the purpose of extern storage specifier
  • Q Explain the updatepanel?
  • Q Write Notes on Enrichment media
  • Q To what extent does a countries culture dictate a language's vocabulary?
  • Q What are the advantages of rule engine?
  • Q #include /* This problem is asked in PCS Bombay * What is the output of the following coding */ main() { int len=4; char *st="12345678"; st = st -len; printf("%c ",*st); } /