Code Snippets Interview Questions
Questions Answers Views Company eMail

How we print the table of 3 using for loop in c programing?

7 11056

what is the use of using for loop as "for(;;)"?

Satyam,

5 7375

How to count a sum, when the numbers are read from stdin and stored into a structure?

1 4040

how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!

GATE,

8 23167

What is an XML? Difference between HTML & XML?

LG Soft,

2 4705

how the value of label is printed through a button in asp.net web application

3 5295

how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.

Cap Gemini, Infosys,

19 42922

Assume in University Every student in university as entity, prepare a class for student that store the roll no, name, dob of student, and make funtion of deletion, manipulation, addition of student record.

2411

What is data _null_? ,Explain with code when u need to use it in data step programming ?

Abbott,

2927

why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?

2379

What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

1 3893

What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql

2524

can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

TCS,

2448

can any one give me code to keyed a flat file and used chain in RPGLE to search any item

1780

#include #include void main() { char str[10]; int,a,x,sw=0; clrscr(); printf("Enter a string:"); gets(str); for(x=0;x<=a;a++); for(x=0;x<=a;x++) { if(str[x]==str[a-1-x]) { sw=1; } else sw=0; } if(sw==10 printf("The entered string is palindrome:"); else printf("The entered string is not a palindrome:); } getch(); } wht would be the explanation with this written code???

2 8911


Un-Answered Questions { Code Snippets }

Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.

1366


Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

2423


write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation

2504


Write a program that implements a date class containing day, month and year as data members. Implement assignment operator and copy constructor in this class.

628


How to encode and decode URL strings?

1882






How to access oralce10g data from server to client in LAN?

1372


code to detect availability of cookies

1867


What are the advantages of XML DOM Document?

417


create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report

2185


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4280


What is the output when we execute list(“hello”)?

710


What is the functionality of EnumWindows?

542


How can you print an address of a variable?

582


solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)

3035


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5697