Posts

Better ways to rank #1 in Youtube

Image
  After the start of the 21st century, people began to get information right on their fingertips.This increased the flow of knowledge from person to person. For this purpose each of them used different search engines like Google,Bing etc.These kind of search engines gave us data about topics that we ask for. Youtube is a search engine where we get data in video format. YouTube content creators need their videos to come on top of the search list so that their channel gets engaged in a better way. YouTube SEO is somewhat different from other SEO.Some of the better techniques for coming on top of search list are explained below. 1.Better keyword finding . After knowing the topic for video making, we should also know about better keywords for our video.While typing a word related to our video on youtube search engine , youtube will show how our competitors have added their keywords. By understanding this we can make the best keyword for our video...

C code for lagest of two numbers

Image
            #include <stdio.h>           #include <stdlib.h> int main(void) {     int num1,num2;     printf("enter two numbers:");fflush(stdout);     scanf("%d%d",&num1,&num2);     if(num1>num2)     {         printf("greatest number is %d",num1);fflush(stdout);     }     else     {         printf("greatest number is %d",num2);fflush(stdout);     }     return EXIT_SUCCESS; }

C code for checking positive or negative

Image
       #include <stdio.h>     #include <stdlib.h>     int main(void) {     int num;     printf("enter the number"); fflush(stdout);     scanf("%d",&num);     if(num<0){         printf("number is negative");fflush(stdout);     }     else{         printf("number is positive");fflush(stdout);     }     return EXIT_SUCCESS;

Todays word

 IMAGINATION: Action of forming new ideas.

Mixed Learning

Image
 When we see no open doors ,make a way from your imagination and work hard for it. After all each ways take you to an amazing place where you will find open doors of your choice.