Connecting Tech Pros Worldwide Forums | Help | Site Map

Question No 1

Newbie
 
Join Date: Oct 2009
Posts: 1
#1: Oct 21 '09
How we can print/display a character without using any function in C?

Needs Regular Fix
 
Join Date: Jul 2008
Posts: 386
#2: Oct 21 '09

re: Question No 1


We can't - all I/O is implemented using functions from standard library. On certain hardware+compiler combinations, where you can directly access hardware from used code, or in driver code, you can make pointer cast from integer, pointing to some memory-mapped io and write to it.
Reply