New Scripts_Markup Code Interview Questions :: ALLInterview.com http://www.allinterview.com New Scripts_Markup Code Interview Questions en-us program that will accept any name and will be stored in an array http://www.allinterview.com/showanswers/76276.html this code is in c# //i will store a name of 4 letters string []name= string[5]; Console.WriteLine("Enter your name plz only 4 words"); for(int i=0;i<4;i++) { name[i]=Console.ReadLine(); } can we pass variable in array to traverse it? http://www.allinterview.com/showanswers/76096.html how to write a program to accept names and marks of 10 students from http://www.allinterview.com/showanswers/70826.html #include<stdio.h> void main() { char names[10][20]; int a[10][2],n; printf(":enter the number of students :"); scanf("%d",&n); printf("enter the names and marks"); for(int i=0;i<n;i++) { scanf(&q How to write QTP script to exit from loop? suppose I am using paramet http://www.allinterview.com/showanswers/70563.html How can a procedure fetch data from FTP? I need a general code for th http://www.allinterview.com/showanswers/67403.html Pls provide basic funtionality Winrunner scripts for Health care dom http://www.allinterview.com/showanswers/63263.html Exception in thread &quot;main&quot; java.lang.OutOfMemoryError: Java http://www.allinterview.com/showanswers/62705.html hi friends wht is my task is data is transfered one db.tables to another db.tables in tht i write a query check the backup compare to live wht ever new rows tht will be inserted into backup in tht min of data means it's wrkg .heavy data mean 1)how i get the current system time using php? http://www.allinterview.com/showanswers/61489.html U can done it by using current timestamp option. Hi I have a dynamic dropdown reading in data from a MQSql databas http://www.allinterview.com/showanswers/60067.html Hi I have a dynamic dropdown reading in data from a MQSql database, I need to refresh just the dropdown (not the whole page) for any new values in the database. I am trying to use the getElementById in javascript but I have no idea how to If basic HR function like recruitment, training are outsoureced then http://www.allinterview.com/showanswers/59014.html Hi, Friends HR Department is the backbone of the company. it have more importance in the company. through the HR function recruitment the company select the good employee for the organisation. without proper recruitment process recruiter c could you please tell me for what javac, javax,swing,awt.*; are us http://www.allinterview.com/showanswers/58994.html javac is an copiler it compiles the actual .java file into byte code formate. javax.swing,awt those are packages the basic difference is awt using system graphical user interface but swing use it's won graphical user interface. public mea The sum of three numbers is 20. The second number is 4 times the fir http://www.allinterview.com/showanswers/36856.html Three numbers are x , y , z ; So , x + y + z = 20; 4x = y; x+ z= 8; therefore , 8+y=20; y = 12, x= 3 ,z= 5; How to write a reusable function for testing an &quot;Button&quot; O http://www.allinterview.com/showanswers/35638.html use regular expressions for tht...if necessary..revert back i'll know u the code for tht how to use textfile for taking value for parametrization instead of http://www.allinterview.com/showanswers/32911.html open notepad enter the following: name (press tab)mark ram (presstab)45 priya(press tab) 56 save the file as .txt open the tool: right click in the first cell and select import file select the saved notepad file now the entered values How to Connect and Insert Record to MYSQL using PHP? http://www.allinterview.com/showanswers/18245.html $conn = mysql_connect("localhost","root",""); mysql_select_db("database_name",$conn); // Connection.... if($hh){ $res = mysql_query("insert into `table`(`all paramaeters of table`)values