Programming Code Interview Questions
Questions Answers Views Company eMail

write a program using 2 D that searches a number and display the number of items 12 inputs values input 15,20, 13, 30, 38, 40,16, 18, 20 ,18 ,20 enter no. to search : 20

3356

how to write test case for a text field that should be mandatory

PayPal,

1 4226

Write a simple encryption program using string function which apply the substitution method.

5527

¦void main() ¦{ ¦int i=10,j; ¦ j=i+++i+++i; ¦printf("%d",j); ¦getch(); ¦} ¦ output:-30 but in same question if we write as- ¦void main() ¦{ ¦int i=10; ¦ int j=i+++i+++i; ¦printf("%d",j); ¦getch(); ¦} ¦ output:-33 why output is changed from 30 to 33. Can any body answer...

3 7758

Design a program using one-dimensional array that determines the highest value among the eight input values from a user. Display the difference of each value from the highest to the lowest.

RoboSoft,

1 5457

I need help for Source Code & design of my school thesis enrollment system using visual basic 6.0/2008 database MS Access 2007. Please help me friends...Thanks...

1 3276

main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }

GNITC,

3 6251

readers and writers problem

Cognizant,

1 4600

how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns

3117

How to get Filename from Path?

528

How to Check if Folder Exists?

554

What is GUID anyway?

573

How to check if Folder is a Special Shell Folder ?

490

How to Get File Extension?

500

How to Check if File Exists?

516


Un-Answered Questions { Programming Code }

How to get Dynamically Linked Comboboxes Set?

2018


Set up procedure for generating a wire frame display of a polyhedron with the hidden edges of the object drawn with dashed lines

3022


Develop a routine to reflect an object about an arbitrarily selected plane

2986


Write a program to model an exploding firecracker in the xy plane using a particle system

3681


Write code to make an object work like a 2-d array?

470






Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }

2023


write a program that reads a series of strings and prints only those strings begging with letter "b"

2659


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

3701


For printing a message we use System.out.println in normal programs. We use String msg="text....."; Can't we use String msg=" " in normal programs and System.out.println("........") in applets. Please answer this question?

2139


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

2814


What output does the following code generate? Why? What output does it generate if you make A::Foo() a pure virtual function? class A { A() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; class B : public A { B() { this->Foo(); } virtual void Foo() { cout << "A::Foo()" << endl; } }; int main(int, char**) { A objectA; B objectB; return 0; }

634


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2217


Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,

1730


write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

2359


i don't know about working of nested for loop can any one help me

1785