- published: 19 Feb 2016
- views: 211
goto (GOTO, GO TO or other case combinations, depending on the programming language) is a statement found in many computer programming languages. It performs a one-way transfer of control to another line of code; in contrast a function call normally returns control. The jumped-to locations are usually identified using labels, though some languages use line numbers. At the machine code level, a goto is a form of branch or jump statement.
Many languages support the goto statement, and many do not. In Java, goto is a reserved word, but is unusable. In PHP there was no native support for goto until version 5.3 (libraries were available to emulate its functionality).
The structured program theorem proved that the goto statement is not necessary to write programs; some combination of the three programming constructs of sequence, selection/choice, and repetition/iteration are sufficient for any computation that can be performed by a Turing machine.
In the past there was considerable debate in academia and industry on the merits of the use of goto statements.
Michelle LaVaughn Robinson Obama (born January 17, 1964) is the wife of the 44th and incumbent President of the United States, Barack Obama, and is the first African-American First Lady of the United States. Raised on the South Side of Chicago, Obama attended Princeton University and Harvard Law School before returning to Chicago and to work at the law firm Sidley Austin, where she met her future husband. Subsequently, she worked as part of the staff of Chicago mayor Richard M. Daley, and for the University of Chicago Medical Center.
Throughout 2007 and 2008, she helped campaign for her husband's presidential bid and delivered a keynote address at the 2008 Democratic National Convention. She is the mother of two daughters, Malia and Sasha, and is the sister of Craig Robinson, men's basketball coach at Oregon State University. As the wife of a Senator, and later the First Lady, she has become a fashion icon and role model for women, and an advocate for poverty awareness, nutrition and healthy eating.