Posts

Basics of the swift programming language , variable in the swift programming , constant in the swift programming , type safe language, optional in swift programming

Image
basic of the swift programming , swift programming language, swift basic. Basic of Swift Programming Language:- Swift is new programming language use for the iOS, macOS ,tvOS, and watchOS before swift for these application development developer use c or c ++ . Swift provide many fundament form c or c++ like Int for the integer , float and Double for the floating point number , string for the textual data and bool for the Boolean value. And there are also three collection type array , set and dictionary , about every collection type we read in details later. Swift provide many thing that is same in c and objective c but along with those all swift also provide many advance feature like tuple that is used grouping the value. Swift has many advance feature optional is one of them , optional means either “there is a value, and it equals x ” or “there isn’t a value at all” optional is used ot handle the absence of the value. Not only are optionals safer and more express...

Pattern Programming using swift Programming language, Logical Programming ,Swift Learning, competitive programming.

pattern Programming, pattern programming using swift Programming language, logical Programming, swift learining, competitive programming, most frequently interview asked program, pattern asked in interview as fresher label #Pattern Programming using Swift Programming language. swift is new programming language come in market in 2014. it is developed by the developers of apple Inc before swift , iOS developer use objective c to develop the application , in 2014 apple came in marker with swift and start working with swift , as we see swift is new in market  and growing day by day now developer use swift frequently because swift provide many feature that is not present in objective c but that is not today topic . Today topic is pattern programming , in interview for the fresher label company frequently asked to make a pattern and there is a company who came in campus for iOS developer position asked to make a pattern and you use swift as a language your impact is going good o...