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¦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 8513Design 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.
1 5828I 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 3752how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
3353
Devise a program to implement the Fibonacci sequence.
Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?
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?
Coding for Synchronizing Cache Access in ASP.NET?
Write a program to Print the Pascal triangle
how to write a program that opens a file and display in reverse order?
Write a simple encryption program using string function which apply the substitution method.
Write a Program to find the reverse of a given number.
Write a Program to truncate a given floating point value (e.g.16.25=16).
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
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...
What is the functionality of GetWindowTextLength?
write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.
Can we run Applet in Web browser with security policy files
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.