PRINTF and SCANF function Gulzar Sheikh 03:50PRINTF function: Printf function is defined in the header #include<stdio.h> . Printf is used for output in the C/C++ program. Syntax... Read more 3 comments:
Header File Gulzar Sheikh 21:36 Stdio.h: Stdio stands for Standard Input Output. In C or C++ language we can perform Input and Output operations using Stdio.h. we wr... Read more 1 comment: