Sark Tech
Coding and programming ,Web development and web design, netwotking and security
We are always with you Leo Messi
https://www.figma.com/file/7gpx614VAOOkeohpmKR2P2/facebook-landing-page?node-id=0%3A1
Figma Created with Figma
ui and ux design
and design practices
doing practices
App development team❤️❤️❤️❤️
// write the program to illustrate the output of relational operator
int main()
{
int a = 4, b = 33, c = 14;
printf("a %d\t a>b => %d", a < b, a < b);
printf("\na==c => %d\t a %d\t a>=c => %d", a == c, a = c);
return 0;
}