Open in app

Sign In

Write

Sign In

Naveen Sharma
Naveen Sharma

14 Followers

Home

About

Jun 14, 2020

Interview Programming Questions and Answers in C — Part 4

Interview Programming Questions and Answers in C — Q. W.A.P to print a given pattern. A.

C

4 min read

Interview Programming Questions and Answers in C — Part 4
Interview Programming Questions and Answers in C — Part 4
C

4 min read


Jun 14, 2020

Interview Programming Questions and Answers in C — Part 3

Interview Programming Questions and Answers in C — Q. W.A.P to find the maximum/largest element without using an array concept. A. #include <stdio.h> int main() { int size, element, largest = 0; printf("Enter The Number of Elements :: "); scanf("%d", &size)…

C

13 min read

Interview Programming Questions and Answers in C — Part 3
Interview Programming Questions and Answers in C — Part 3
C

13 min read


Jun 7, 2020

Interview Questions and Answers in iOS — Part 10

Interview questions and answers in iOS in very simple language. — Will Add Q&A Soon.

IOS

1 min read

Interview Questions and Answers in iOS — Part 10
Interview Questions and Answers in iOS — Part 10
IOS

1 min read


Jun 7, 2020

Interview Questions and Answers in iOS — Part 9

Interview questions and answers in iOS in very simple language. — Q. What is unit testing? A. Unit tests are automated tests that run and validate a piece of code (known as the “unit”) to make sure it behaves as intended and meets its design. Unit tests have their own target in Xcode and are written using the XCTest framework. A…

IOS

2 min read

Interview Questions and Answers in iOS — Part 9
Interview Questions and Answers in iOS — Part 9
IOS

2 min read


Jun 7, 2020

Interview Questions and Answers in iOS — Part 8

Interview questions and answers in iOS in very simple language. — Q. What is Git and why is it used? A. - Git is the most popular, open-source, widely used, and an example of distributed version control system (DVCS) used for handling the development of small and large projects in a more efficient and neat manner. - It is most suitable when there…

IOS

15 min read

Interview Questions and Answers in iOS — Part 8
Interview Questions and Answers in iOS — Part 8
IOS

15 min read


Jun 7, 2020

Interview Questions and Answers in iOS — Part 7

Interview questions and answers in iOS in very simple language. — Q. What is the difference between UIKit and SwiftUI? A. UIKit is an imperative event-driven framework for building User Interfaces for the iOS platform. SwiftUI is a declarative framework for building User Interfaces for the Apple platform. Q. Explain the difference between SceneDelegate and AppDelegate? A. AppDelegateand SceneDelegate both are part…

IOS

15 min read

Interview Questions and Answers in iOS — Part 7
Interview Questions and Answers in iOS — Part 7
IOS

15 min read


Jun 2, 2020

Interview Questions and Answers in iOS — Part 6

Interview questions and answers in iOS in very simple language. — Q. Primary Key? A. Unique and Not Null Q. Foreign/Relational Key? A. Duplicate and Null Q. Unique Key? A. Unique and Null Q. What is Parser? A. A Parser is a compiler or interpreter component that break data into smaller element for easy translation into another language. A parser takes input in…

IOS

8 min read

Interview Questions and Answers in iOS — Part 6
Interview Questions and Answers in iOS — Part 6
IOS

8 min read


Jun 2, 2020

Interview Questions and Answers in iOS — Part 5

Interview questions and answers in iOS in very simple language. — Q. What is Core Data? A. - Core Data is not a relational database. Core Data is not an ORM or object-relational mapper. Nor it is a database. - It is actually a framework that lets the developer store or retrieves data in the database in an object-oriented way. - Core Data…

IOS

11 min read

Interview Questions and Answers in iOS — Part 5
Interview Questions and Answers in iOS — Part 5
IOS

11 min read


Jun 2, 2020

Connect two storyboards in the same Xcode project using storyboard references

Create segues between two storyboards in the same Xcode project using storyboard references. — The problem with a single storyboard is that they become complex for larger projects. So It is a good practice to break a heavy/big/single storyboard to multiple storyboards. But what if we want to connect (Push/Present through Seque) a view controller from another storyboard. Here “Storyboard References” comes in rescue…

IOS

3 min read

Connect two storyboards in the same Xcode project using storyboard references
Connect two storyboards in the same Xcode project using storyboard references
IOS

3 min read


Jun 2, 2020

Interview Questions and Answers in iOS — Part 4

Interview questions and answers in iOS in very simple language. — Q. What is the difference between ANY and ANYOBJECT in Swift? A. According to Apple’s Swift documentation: Any can represent an instance of any type at all, including function types and optional types. AnyObject can represent an instance of any class type. Important Links: https://www.hackingwithswift.com/example-code/language/whats-the-difference-between-any-and-anyobject

IOS

18 min read

Interview Questions and Answers in iOS — Part 4
Interview Questions and Answers in iOS — Part 4
IOS

18 min read

Naveen Sharma

Naveen Sharma

14 Followers

iOS Developer [Objective-C] [Swift]

Following
  • Nitin Aggarwal

    Nitin Aggarwal

  • Daksh Gupta

    Daksh Gupta

  • Muhammad Muizzsuddin

    Muhammad Muizzsuddin

  • Anton Nazarov

    Anton Nazarov

  • Shubham Singh

    Shubham Singh

See all (54)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams