Latest Movie :
Home » , » C Program to Print a Character without using any Output Statements

C Program to Print a Character without using any Output Statements

{[['']]}



This program can be used to print character without using any output statements. This program only works in 16-bit mode since it directly writes to VDU Memory.
 
 
#include<stdio.h>
#include<conio.h>
void main()
{
char far *p=(char far *)0xb8000000;
*p=’A';
getch();
}
Share this article :

Post a Comment

Feel Free to Say thanks Comment Here

 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. SoftwareLibrary4u - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger