Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) 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
3806¦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 9202Design 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 6296I 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 4241how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
3644
I have a file which contains so many lines and variable number of lines are treated as a record. For example *first ooooo xxxxx ttttt mmmm vvvvvvv *end uuu bbbb *first kkkkvvvvvv nnnn mmmmm kkkkk fffff gggg ffff kkkk lllll *end. Here the lines from *first to *end are treated as a record. The number of lines between *first and *end is not same for all the records. Suppose there are 100 records (or number of records are not predefined)like the format given in the above example. Now the entire file needs to split into two files, first having 40 and remaining in the second file. Can we split using sort utility? If possible then what is the sort card?
create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
Explain MIDlet Life cycle?
what full form name of B.K.U.
How can you relate the function with the structure? Explain with an appropriate example.
how to track links visited in google using iframes
Code for Presenting Parent/Child Data in a Data Grid Row?
write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.
Write a Program to truncate a given floating point value (e.g.16.25=16).
write a program using virtual function to find the transposing of a square matrix?
I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.
What is GUID anyway?
Code for Document Validation in XML.NET?