Posts

MIC(MICROPROCESSOR) SOLVED MANUAL I Scheme

Image
Direct google drive link for MIC solved manual  

While loopπŸ†š do while loop with example

Image
Example 1: while loop  // Print numbers from 1 to 5 #include <stdio.h> int main() {   int i = 1;        while (i <= 5) {     printf("%d\n", i);     ++i;   }   return 0; } Example 2: do...while loop // Program to add numbers until the user enters zero #include <stdio.h> int main() {   double number, sum = 0;   // the body of the loop is executed at least once   do {     printf("Enter a number: ");     scanf("%lf", &number);     sum += number;   }   while(number != 0.0);   printf("Sum = %.2lf",sum);   return 0; }

Best example for justify-contant

Image
 

Basic data types in SQL ignore my handwriting πŸ˜‚πŸ˜‚ #sql #basic

Image
 

Can you imagine world without JavaScript then must read

Image
  What the web looks like without JavaScript Source, freecodecamp A Berlin-based web developer — who codes JavaScript for a living — decided to go an entire day without JavaScript. Let’s face it — in an insane world where the average webpage is 2.4 megabytes  the same size as the 1993 game Doom turning off JavaScript completely can seem like a sane thing to do. Well, here are her main observations after disabling JavaScript in the browser for a day: The web is really fast without JavaScript There aren’t any ads. No auto-playing videos or “tell us your email address” pop-ups. But… a lot of websites don’t work at all. Images don’t load, and forms can’t be submitted. Here’s what several popular websites she visited looked like with JavaScript disabled: YouTube ’s videos and thumbnails don’t load. Netflix  doesn’t load anything except for its logo in the upper left hand corner. Amazon  looks a bit odd, but it still works. Wikipedia  still works great.

Fact #facts

Image
 Instagram:@Launches_And_Leaks

Guy's read carefully

  Warning! read carefully this might be helpful for you and your friend  so guy's, someone  trying to hack my Instagram id i don't why I don't even have much followers,  although I am relaxed because I have secure my id with two step verification and I always change my password so  you also be careful and take precautions, remember data is important and your chats #hacked #becareful #precautionisbetterthancure #be #safe #besafe#md_a_h_s #launches_and_leaks

IPhone πŸ“±box on AR

 Why I can't Touch this IPhoneπŸ“±πŸ˜­πŸ˜­ πŸ˜‚πŸ˜‚ #appleiphone #iphone13 #apple #reelitfeelit #md_a_h_s #maxabout.codeing

Realse date of different programming language

Image