Whats a struct?
Answer / maanya
A struct is a special C data type that encapsulates other pieces of data into a single cohesive unit. Like an object, but built into C.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between atomic and nonatomic properties? Which is the default for synthesized properties?
what is Xcode command line tools package?
What is uiviewcontroller in ios?
What is Automatic Reference Counting (ARC) in iOS operating system?
Implement the following methods: retain, release, auto release in iOS operating system?
What is 1x 2x?
What is nspersistentstorecoordinator? What duties does it perform?
How core data differs from sqlite?
What is plist file and explain about it is usage in iOS operating system?
What’s the difference between an “app id” and a “bundle id” and what is each used for?
What is meant by delegate in ios?
Assume that an app is not in foreground but is still executing code. In which state will it be in?