fcloseall() function closes all open streams. Function returns number of streams closed on success.
clearerr() function : How to reset error indicators in C Programming ?
clearerr() resets the named stream’s error and end-of-file indicators to 0.
Index : Stdio.h Functions >> Header Files in C
clearerr fclose fcloseall fdopen feof ferror fflush fgetc fgetchar fgetpos fgets fileno flushall fopen fprintf fputc fputchar fputs fread freopen fscanf fseek fsetpos ftell fwrite getc getchar gets getw perror printf putc putchar puts putw remove rename rewind rmtmp scanf setbuf setvbuf sprintf sscanf strerror _strerror tempnam tmpfile tmpnam ungetc unlink vfprintf vfscanf vprintf vscanf(…)
Index : Pointers in C Programming : Learn Pointer Tutorials
Pointers in C Programming : Learn Pointer Tutorials 1.1 Introduction 1.2 Memory Organization Memory Organisation 1.3 Pointer Basics Pointer Basics Address Operator Memory Requirement What is Pointer ? 1.4 Pointer Operator Pointer Operator Declaration Initialization De-Referencing Pointer 1.5 Pointer Expression 1.6 Void Pointer Void Pointer Introduction De-Referencing Void Pointer 1.7 Pointer Arithmatics Increment Decrement Addition(…)
Multidimensional Array in C Programming
Array having more than one subscript variable is called Multi-Dimensional array.
Find Factorial of Number without using function
Simple C Program to find the factorial of the number.
Write C Program to print table of n and square of n using pow()
C Program to print table of n and n^2.
Index : Program Dictionary in C Programming
Program Dictionary in C Programming Topics Total Programs Control Statement Programs : if,else,else-if,switch 3 View Pyramids Building 6 View 1-D Array 11 View 2-D Array 7 View Pointer 6 View Number System Conversions 4 View Sorting View String View Simple Programs With Logic View Bookmark & Share
Array Declaration in C Programming
Declaration of array tells compiler about data type of array,size of array and Dimension of array.
Types of Array : Single Dimensional and Multi Dimensional Array in C Programming
Array is C Programming is divided into two types i.e Single Dimensional and Multi Dimensional Array