Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
02 Mostrar valor de variable entera
// Mostrar valor de variables #import <Foundation/Foundation.h> int main (int argc, const char * argv[]) { NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init]; int vnum=1; NSLog (@"La variable vnum tiene un valor de: %i", vnum); vnum = 2; NSLog (@"La variable vnum tiene un valor de: %i", vnum); [pool drain]; return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
basic arithmatic Opreation in objective C
Func Var and Ops ObjC
Func Var and Ops ObjC
aditation
Uso de else if
primitive datatypes objective c
add
basic objective c
array
Author1
Please log in to post a comment.