Loading..

ব্লগ

রিসেট

২৮ ফেব্রুয়ারি, ২০২৬ ০১:০০ পূর্বাহ্ণ

C- Programming:- part-04

1/ 

1
2
3
4
5
6
7
8
#include <stdio.h>
 
int main()
{
 int n = 6294967295;
 printf("%d", n);
 return 0;
}
2/
1
2
3
4
5
6
7
8
#include <stdio.h>
 
main()
{
 printf("\a");
 
 return 0;
}

মন্তব্য করুন

ব্লগ