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

3569

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

PayPal,

1 4531

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

5808

¦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 8513

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 5828

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 3752

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

GNITC,

3 6900

readers and writers problem

Cognizant,

1 4957

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

3353

How to get Filename from Path?

538

How to Check if Folder Exists?

564

What is GUID anyway?

581

How to check if Folder is a Special Shell Folder ?

504

How to Get File Extension?

510

How to Check if File Exists?

522


Un-Answered Questions { Programming Code }

Devise a program to implement the Fibonacci sequence.

671


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4081


Write a program that print in screen a tree with its height taken from user by entering number of 4 digits and find the odd numbers then calculate the sum of odd numbers so he get the height of tree?

3135


Coding for Synchronizing Cache Access in ASP.NET?

3326


Write a program to Print the Pascal triangle

654


how to write a program that opens a file and display in reverse order?

2787


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

5808


Write a Program to find the reverse of a given number.

636


Write a Program to truncate a given floating point value (e.g.16.25=16).

687


write a c program which takes 20 numbers in an array as input from user and rearrange them in two different array defining even or odd

2819


Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...

1864


What is the functionality of GetWindowTextLength?

603


write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.

4252


Can we run Applet in Web browser with security policy files

2321


write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.

4384