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

GE Operating Systems General Concepts Interview Questions
Questions Answers Views Company eMail

main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }

7 7329

Post New GE Operating Systems General Concepts Interview Questions


GE Operating Systems General Concepts Interview Questions


Un-Answered Questions

How to enable product's custom attribute visibility in frontend?

3


What are the main advantages of automation testing?

450


How do I view an aspx file?

402


What application areas are you comfortable in?

788


What is windows azure and explain its services?

227






Who is communication horizons?

411


How to rebuild an index in oracle?

456


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2532


Define transfer () with syntax?

335


Hi this is the coding for adding data in to an xml table i want the coding for update and delete Try Dim emp_xml_doc As New XmlDocument If System.IO.File.Exists(Server.MapPath("emp.xml")) Then emp_xml_doc.Load(Server.MapPath("emp.xml")) Dim myrow_element As XmlElement myrow_element = emp_xml_doc.CreateElement("EmpDetails") Dim str As String str = "" & TxtEmpId.Text & "" & _ "" & TxtName.Text & "" & _ "" & TxtSalary.Text & "" myrow_element.InnerXml = str emp_xml_doc.DocumentElement.AppendChild(myrow_element) emp_xml_doc.Save(Server.MapPath("emp.xml")) Response.Write("Record Saved") Dim ds As New DataSet ds.ReadXml(Server.MapPath("emp.xml")) GridView1.DataSource = ds GridView1.DataBind() Else Response.Write("File does not exist.") End If Catch ex As Exception Response.Write(ex.ToString) End Try *********************** this is the xml file 100 xxx 2000 yyy dddd 77777 rrrr rrrr 6666 qaqa sini 50000 errrrrrrrr rrrrrrrrr 677777 rrr rrr 33

1647


What do you mean by schema on reading?

357


What is the difference between Node.js vs Ajax?

221


Write an algorithm that determines whether or not an almost complete binary tree is a heap.

3325


How can we submit a form in selenium?

399


Explain $templatecache in angularjs?

365