Question
Explain the various options available in word for formatting paragraphs

Answers





Search
Can you Answer!!
  • Q How do I keep my application from creating a new document at startup?
  • Q How do you run selenium commands in slow motion in Selenium RC?
  • Q According to whom second chamber is unnecessary & bad?
  • Q What does this symbol mean '->'?
  • Q Vardhana dynasty was founded by:
  • Q Who was the first Hanover King of England?
  • Q What are the abilities one should have to excel in the field of aerospace?
  • Q What cDNA.
  • Q Which of the following options would be returned by the code shown in the code snippet: var f = text ; alert(f.a[0].hascomplexcontent());// p alert(f.a[1].hascomplexcontent());//q alert(f.a[0].hassimplecontent());//r alert(f.a[1].hassimplecontent());//s
  • Q What is 'declaration page' in insurance policy?
  • Q What is the output of following code : #include int main(void) {char i[3] = {'a','l', 'i'} for(int j = 0;j < 3 j++){printf('%c',i[j])} printf(' ) for(int j = 0; j< 3; j++){printf('%c',j[i]);}return 0; }