File reading & writing in C with different modes 10:17 AM 0 1. Opening a file fopen() function is used for opening a file. Syntax: FILE pointer_name = fopen ( "file_name" , "M...
Tic Tac Toe game using C program 5:46 PM 3 Tic-tac-toe is a paper-and-pencil game for two players, X and O, who take turns marking the spaces in a 3×3 grid. The player who succeeds ...
Prim’s Algorithm in C 6:11 PM 0 Prim’s Algorithm is an approach to determine minimum cost spanning tree. In this case, we start with single edge of graph and we add e...
C program for kruskal’s algorithm 2:39 PM 2 It is an algorithm for finding the minimum cost spanning tree of the given graph. In kruskal’s algorithm, edges are added to the spanning...
How to change post author name in blogger 10:32 AM 0 Publishing new post will display the Author's Name and some of the templates will display the Author's Name and can click it to re...