Possible Duplicate:
What does the \0 symbol mean in a C string?
I am new at iPhone Development. I want to know, what does '\0'
means in C, and what is the equivalent for that in objective c.
Related Posts:
- printf(“%%%s”,”hello”)
- Difference between nil, NIL and, null in Objective-C
- Compiler error: “initializer element is not a compile-time constant”
- What is causing this: Cannot jump from switch statement to this case label
- malloc: *** error: incorrect checksum for freed object – object was probably modified after being freed
- Decode String with Emoji characters such as \ud83d
- What is the meaning of id?
- Include of non-modular header inside framework module
- Whats the difference between UInt8 and uint8_t
- Difference between nil, NIL and, null in Objective-C
- What causes a segmentation fault (core dump) to occur in C?
- How to use symbols of extended ASCII table in C?
- Arrow operator (->) usage in C
- typedef struct vs struct definitions [duplicate]
- Floating point exception( core dump
- Why am I getting “void value not ignored as it ought to be”?
- 1 = false and 0 = true?
- What is an unsigned char?
- char *array and char array[]
- Get a substring of a char*
- Why is the gets function so dangerous that it should not be used?
- What is EOF in the C programming language?
- What does “collect2: error: ld returned 1 exit status” mean?
- Warning comparison between pointer and integer
- Using ssize_t vs int
- Difference between long double and double in C and C++ [duplicate]
- Why a warning of “control reaches end of non-void function” for the main function?
- How to remove .html from URL?
- How to print pthread_t
- How to divide 2 int in c?
- C read file line by line
- hat does “static” mean in C?
- Using Dynamic Memory allocation for arrays
- Thread 1: EXC_BAD_ACCESS (code=1, address=0xf00000c)
- conflicting types error when compiling c program using gcc
- Get the current time in C
- What is a file with extension .a?
- error: indirection requires pointer operand (‘int’ invalid)
- Finding the length of a Character Array in C
- Return char[]/string from a function
- Valgrind: Invalid read of size 1
- What does ‘const static’ mean in C and C++?
- Cache Simulator in C
- strcmp giving segmentation fault
- What does “pointer being freed was not allocated” mean exactly?
- How to run valgrind with basic c example?
- Initialization from incompatible pointer type warning when assigning to a pointer
- Typedef function pointer?
- How to use timer in C?
- Convert char array to a int number in C
- What is the difference between stdin and STDIN_FILENO?
- What is the difference between %f and %lf in C?
- Debug vs Release in CMake
- What is stdin in C language?
- Allocating string with malloc
- How to simply convert a float to a string in c?
- Is there a replacement for unistd.h for Windows (Visual C)?
- What is the difference between char array and char pointer in C?
- How to copy a char array in C?
- How to project a point onto a plane in 3D?
- hash function for string
- Why use pointers?
- What happens during a “relocation has invalid symbol index” error?
- Initializing array of structures
- Still Reachable Leak detected by Valgrind
- What is signed integer overflow?
- Can I create an Array of Char pointers in C?
- Does stack grow upward or downward?
- error C2371: ‘functionname’ redefinition: different basic types
- configure: error: cannot run C compiled programs
- note: previous implicit declaration of ‘point_forward’ was here
- What exactly is meant by “de-referencing a NULL pointer”?
- getc() vs fgetc() – What are the major differences?
- Error: “Access not within mapped region at address” (Valgrind)
- How to convert string to float?
- C char array initialization
- Is there a standard sign function (signum, sgn) in C/C++?
- How does the fscanf function work?
- char array not assignable
- Warning: comparison of distinct pointer types
- Two decimal places using printf( )
- getline() vs. fgets(): Control memory allocation
- Library for the Basic Data Structures, such as Queue, in C
- How to run C program on Mac OS X using Terminal?
- Using sys/socket.h functions on windows
- Segmentation fault- strcat
- Difference between exec, execvp, execl, execv?
- How to format strings using printf() to get equal length in the output
- Example of waitpid() in use?
- Can a function return two values?
- C: warning: excess elements in array initializer; near initialization for ‘xxx’ ; expects ‘char *’, but has type ‘int’
- How to know what the ‘errno’ means?
- Printf was not declared in this scope
- How to free memory from char array in C
- Can I get Unix’s pthread.h to compile in Windows?
- Initializing 2D char array in C
- Process exited with return value 3221225477
- %p Format specifier in c
- Convert Char to String in C
- How to print a int64_t type in C