User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:keywords:stdout

Table of Contents

stdout

 Pointer to a type FILE
 

C Sourcecode Example

#include <stdio.h> /* including standard library */
//#include <windows.h> /* uncomment this for Windows */
 
 
int main ( void ) 
{
int c=66;
 
fputc(c, stdout);
return 0;
 
}

output

  ./stdout.c
  B
  

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/keywords/stdout.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz