New Visual Basic Code Interview Questions :: ALLInterview.com http://www.allinterview.com New Visual Basic Code Interview Questions en-us how to generate Question paper and how to save pattern of question pa http://www.allinterview.com/showanswers/85023.html To generate Question paper like online Question this is very easy. By using the tools like option button ,label and check box . if want to make a question means that is write in the label and the answers are write in option button after selecting Write a code snippets to find greatest and least of any number of in http://www.allinterview.com/showanswers/35501.html #include <stdio.h> #include <conio.h> void main(void) { unsigned int max = 0; unsigned int min = -1;unsigned int wish = 1; while(wish) { printf("\nEnter The Number sequence ( 0 to terminate ) . . . "); scan Write a Program in Visual Basic by means of which we can send any da http://www.allinterview.com/showanswers/35500.html