Home
About Us
Contact Us
CrackAlgo.com
Header Ads Widget
Home-icon
C/C++ programs
Python programs
Data Structure Programs
competitive Programs
key Points
Notes
MCQs
Companies
Ticker
6/recent/ticker-posts
Home
key points
How to print any Character without using formate specifier..
How to print any Character without using formate specifier..
Rajnish tripathi
03:42
Here we use a function
putchar()
which is directaly convert the ascii value into character..
#include<
stdio.h
>
void
main
()
{
putchar
(
99
);
}
output:-
c
Post a Comment
0 Comments
Practice Problems
Warm up programs
If-else statements
Switch-Case
Loops
C- Tutorial
What is C
C -- Tokens
Warmup program in C
Data type in C
Type Conversion in C
Decision making construct (if and else))
Practice problems on if and else
Switch Case in C
Practice problems on switch case
Loops in C part-1
Nested loop in C
Break and Continue in C
practice problem on loops
Function
Function declaration
Types of User define function
Recursion
Advantages and Disadvantages of Recursion
Array in C
Initialization of Array
Practice question of 1D array
2D Array in C
String in C
Reading and writing of string
String functions
Pointer in C
Access Variable using Pointer
Call by value and Call by reference
Structure in C
Union in C
Array Of Structure
File Handling
Dynamic Memory allocation
Singly Link list
Doubly Link List
File Inclusion
Type Conversion in C
Conditional operator in C
Enumerated data type
Most Popular
C program to find union of two sets.
what is union of two set:- if A={1,1,2,3} and B={5,6,7,8} are two sets then union of the set A ...
Program to find the difference of two set.
How to find the difference of two sets:- If A and B are two sets, then their difference is given by A - B or B - A. • If A = {2, 3, 4} ...
C program to find the intersection of two sets.
what is the intersection of two sets:- intersection of two sets is the set i...
C program on FCFS(First come first serve) in operating system.
What is first come first serve Scheduling (FCFS):- In this scheduling algorithm we allocate CPU to process that comes first in the read...
Program to find the symmetric difference of the two sets.
What is symmetric difference:- Symmetric difference of the two set is Let the...
Popular Posts
C program to find union of two sets.
04:22
Very cool numbers | practice problem solution hakerearth
22:33
Program to find the symmetric difference of the two sets.
09:31
Check this
aktu pps lab progam
cpu scheduling algorithms
Data structure
0 Comments