Coder Baba
Open in Telegram
Everything about programming for beginners. 1 and only official telegram channel of CODERBABA India. Content: .NET Developer, Programming (ASP. NET, VB. NET, C#, SQL Server), & Projects follow me https://linktr.ee/coderbaba *Programming *Coding *Note
Show more2 226
Subscribers
-224 hours
-157 days
-4330 days
Posts Archive
\n----------------------------\nstep by step execution:\n\nStep 1- a++ is postfix, the current value of a will be used \n\nC+= 10 * 5 - --b;\n\nStep 2- (--b) is prefix, the value of b will be decremented than use values of b.\n\nC+= 10 * 5 - 19;\n\nStep 3- multiply 10 * 5\n\nC+= 50 - 19;\n\nStep 4 - subtract 50-19;\n\nC+=31;\n\nStep 5- (+=) we can write it as x=x+1 or C=31+1\n\nC=31+1;\nor c+=31\n\nthan\nfinal Result is \nC=32;\n------------------------\noutput of C is = 32","datePublished":"2021-03-27T06:14:16Z","dateModified":"2021-03-27T06:14:16Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":208}]}},{"@type":"ListItem","position":3,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/319","headline":"Prefix increment (++A): If you use the ++ operator as a prefix like: ++A, the value of 'A' is incremented byβ¦","articleBody":"Prefix increment (++A):\nIf you use the ++ operator as a prefix like: ++A, the value of 'A' is incremented by 1; then it returns the New incremented value.\n\nExample 1: \nvar A=2;\ndocument.write(++A);\noutput:\n3\n\n-----------------------------\nPostfix Increment (A++):\nIf you use the ++ operator as a postfix like: A++, the original value of A is returned first; then A is incremented by 1.\nExample :\n\nB=2;\n\ndoucument.write(B++);\noutput: 2\n\nNote: here B++ return old value which is 2 and then after printing 2 it will increment value of B by 1\n\n---------------------------\n\nsome examople:\n\nEx: 1\n\nvar a=10;\n++a; increment value of a by 1\ndocument.write(a);\n\ndocument.write(\"
\");\ndocument.write(++a); //increment the value of a by 1 then display output\n\n----------------------\noutput\n11\n12\n\n-------------------------\n\nex:2\n\nvar num=5;\nvar result= (++num) + (++num) + (++num);\ndocument.write(result);\n\n\n\n------------------------\nex:3\n\nvar a=4;\ndocument.write(++a); //increment the value of a by 1 then display output\ndocument.write(\"
\");\ndocument.write(a++);// display output then increment the value of a by 1\n\noutput:\n5\n5","datePublished":"2021-03-27T04:57:08Z","dateModified":"2021-03-27T04:57:08Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":210}]}},{"@type":"ListItem","position":4,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","headline":"https://youtu.be/OwVXLQfI1rM","articleBody":"https://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:53:28Z","dateModified":"2021-03-15T15:53:28Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":4}]}},{"@type":"ListItem","position":5,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","headline":"New video out today: https://youtu.be/OwVXLQfI1rM","articleBody":"New video out today:\nhttps://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:52:26Z","dateModified":"2021-03-15T15:52:26Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":2}]}},{"@type":"ListItem","position":6,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","headline":"Card: the \"w3-card\" class is a useful class to provide a paperlike effect. w3css Display: display elements atβ¦","articleBody":"Card:\nthe \"w3-card\" class is a useful class to provide a paperlike effect. \n\n\n\n\nw3css Display:\n display elements at a specific position via the display class. You need to have a parent
\");\ndocument.write(++a); //increment the value of a by 1 then display output\n\n----------------------\noutput\n11\n12\n\n-------------------------\n\nex:2\n\nvar num=5;\nvar result= (++num) + (++num) + (++num);\ndocument.write(result);\n\n\n\n------------------------\nex:3\n\nvar a=4;\ndocument.write(++a); //increment the value of a by 1 then display output\ndocument.write(\"
\");\ndocument.write(a++);// display output then increment the value of a by 1\n\noutput:\n5\n5","datePublished":"2021-03-27T04:57:08Z","dateModified":"2021-03-27T04:57:08Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":210}]}},{"@type":"ListItem","position":4,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/318","headline":"https://youtu.be/OwVXLQfI1rM","articleBody":"https://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:53:28Z","dateModified":"2021-03-15T15:53:28Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":4}]}},{"@type":"ListItem","position":5,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/317","headline":"New video out today: https://youtu.be/OwVXLQfI1rM","articleBody":"New video out today:\nhttps://youtu.be/OwVXLQfI1rM","datePublished":"2021-03-15T15:52:26Z","dateModified":"2021-03-15T15:52:26Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":263},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":2}]}},{"@type":"ListItem","position":6,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/316","headline":"Card: the \"w3-card\" class is a useful class to provide a paperlike effect. w3css Display: display elements atβ¦","articleBody":"Card:\nthe \"w3-card\" class is a useful class to provide a paperlike effect. \n\n\n\n\nw3css Display:\n display elements at a specific position via the display class. You need to have a parent
as a container.\n\nexample:\n\n
\n
","datePublished":"2021-03-09T04:38:21Z","dateModified":"2021-03-09T04:38:21Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":294},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":7,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/315","headline":"keep practice","articleBody":"keep practice","datePublished":"2021-03-09T04:30:08Z","dateModified":"2021-03-09T04:30:08Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":228}]}},{"@type":"ListItem","position":8,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/314","headline":"w3css Button class: The w3-button class create your own desired buttons. variations of the button classes avaβ¦","articleBody":"w3css Button class:\n\nThe w3-button class create your own desired buttons. variations of the button classes available:\n\n1- w3-button β \na rectangular button with a gray hover effect. The default color is light gray . The default color is inherited from the parent element .\n\n2- w3-bar β \na horizontal bar that can be used to group buttons together\n(perfect for horizontal navigation menus)\n\n3- w3-block β \na class that can be used to define a full-width (100%) button.\n\n4- w3-circle β\n can be used to define a circular button.\n\nExample:\n\n\n\n","datePublished":"2021-03-09T04:29:07Z","dateModified":"2021-03-09T04:29:07Z","author":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"publisher":{"@type":"Organization","name":"Coder Baba","url":"https://telemetr.io/en/channels/1412492069-coder_baba","image":"https://img.tlmtr.io/c/1xAFI9/6055408824115899316?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":236},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":9,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","url":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","mainEntityOfPage":"https://telemetr.io/en/channels/1412492069-coder_baba/posts/313","headline":"What is w3css Container and panel?: Ans: * - most important classes, and itβs commonly used for Top Left
\n Top Right
\n Bottom Left
\n Bottom Right
\n Left
\n Right
\n Middle
\n Top Middle
\n Bottom Middle
\n tag, tag, , and