Horje
c printing char pointer Code Example
c printing char pointer
#include <stdio.h>

int main()
{
char * str = "Hello";
printf("%s\n", str);

return 0;
}




C

Related
toggling setting clearing checking changing a bit in c Code Example toggling setting clearing checking changing a bit in c Code Example
Access denied creating xampp-control.ini Code Example Access denied creating xampp-control.ini Code Example
get range of values in mongodb Code Example get range of values in mongodb Code Example
wsl open port to windows Code Example wsl open port to windows Code Example
vbnet create and write on file Code Example vbnet create and write on file Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8