Posts

Java

Image
  class AllBlocks Demo public static void main(String args[]) { String citylist[] = {"Ahmedabad", "Baroda", "Rajkot", "Surat"); int numerator = 15, denominator = 0, answer: System.out.println("Statement to be executed before try block"); try { System.out.println("Begining of try block..."); System.out.printin(citylist[5]); // Generates ArrayIndexOutOfBoundsException answer numerator / denominator; // Generates ArithmeticException System.out.println("End of try block..."); } catch(ArrayindexOutOfBoundsException eobj) { } System.out.println("Within first catch block, exception caught:" + eobj); catch(ArithmeticException eobj) { System.out.println("Within second catch block, exception caught:" + eobj); } catch(Exception eobj) { System.out.println("Within last catch block, exception caught:" + eobj); //Generic block System.out.println("This part of code will always get executed");

String Permutations

Given a string S. The task is to find all permutations (need not be different) of a given string. Example 1: Input: S = AAA Output: AAA AAA AAA AAA AAA AAA Explanation: There are total 6 permutations, as given in the output. Example 2: Input: S = ABSG Output: ABGS ABSG AGBS AGSB ASBG ASGB BAGS BASG BGAS BGSA BSAG BSGA  GABS GASB GBAS GBSA GSAB GSBA  SABG SAGB SBAG SBGA SGAB SGBA Explanation: There are total 24 permutations, as given in the output. Your Task: This is a function problem. You only need to complete the function permutation that takes S as parameter and returns the list of permutations in lexicographically increasing order. The newline is automatically added by driver code. Constraints: 1 ≤ size of string ≤ 5 Expected Time Complexity: O(N * N!), N = length of string. Expected Auxiliary Space: O(1) Solution: #include<bits/stdc++.h> using namespace std; // } Driver Code Ends class Solution{     public:     vector<string> permutation(string S)     {         vector&

Mother tongue of programming language (C language coding) -By Suryanshsk

Image
New Book is available in Free 🆓 Hello friends, today I'm going to publish my own book in my website you got it free link of pdf is given below Book cover: About the Book:  This book is for the students who wants to learn coding in free So If you have knowledge of C language then after C language you can easily learn any coding language Download Link: Click on image to download the pdf of book👆 ages resulting from the use of the information con- tained herein. MOTHER TONGUE OF PROGRAMMING LANGUAGE First edition. March 18, 2023. Copyright © 2023 Suryanshsk. Written by Suryanshsk.

Addition of two digits in C programming

Image
#include <stdio.h> int main() {   int x, y, z;   printf("Enter two numbers to add\n");   scanf("%d%d", &x, &y);   z = x + y;   printf("Sum of the numbers = %d\n", z);   return 0; }

Write a programe for complex number using C language

Image
S o, Hello guys today i will shared you about how to create a programme for complex nimber using  c programming; So, Without any click bait Let's start  Here is the source code for Complex Number Coding:  #include <stdio.h> #include <stdlib.h> struct complex {   double real, imag;       //real and imag of type double }; int main() {   int choice, a, b, z;   struct complex x, y, c;   while(1)   {   printf("Enter your choice\n");          //choices for operations     printf("Press 1. Addition.\n");     printf("Press 2. Subtra tion\n");     printf("Press 3. Multiplication\n");     printf("Press 4. Division\n");     printf("Press 5. Exit\n");     scanf("%d", &choice);     if (choice == 5)       exit(0);     if (choice >= 1 && choice <= 4)     {       printf("Enter the value of x and y for first complex number:");       scanf("%lf%lf", &x.real,&x.imag);    

Hotel Billing Management Software By Suryanshsk

Image
 So , Guys Welcome To My New Blog Today I Introduce you about Hotel Billing Management Software  Source Code: Private Sub Command1_Click() MsgBox ("This Software Is Developed By Suryanshsk") End Sub Private Sub Form_Load() End Sub Private Sub Print_Click() tot1.Text = chq.Text * chp.Text tot2.Text = riq.Text * rip.Text tot3.Text = puq.Text * pup.Text tot4.Text = paq.Text * pap.Text tot5.Text = miq.Text * mip.Text tot6.Text = papq.Text * papp.Text tot7.Text = colq.Text * colp.Text tot.Text = Val(tot1.Text) + Val(tot2.Text) + Val(tot3.Text) + Val(tot4.Text) + Val(tot5.Text) + Val(tot6.Text) + Val(tot7.Text) price.Caption = tot.Text & "Rs" lbl1.Caption = txt1.Text final.Caption = "Dear customer You have to pay Only  " & tot.Text & "  Rs. " End Sub Download Link:  Download NOw

Develope Snake game using Html Code

Image
How to develope a snake game using Html Code  So, Hello Guys Once Again Welcome To My blog I think You all are excited to develope the snake game using html code so Here are the code <html> <head>   <title>Suryanshsk snake game</title> <fontcolor="white"> <h1><center>Snake game By Suryanshsk</center></h1> </font>   <style>   html, body {  height: 100%;     margin: 10;      }   body {     background: skyblue;     display:flex;     align-items:center;   }   canvas {     border: 20px solid white;   }   </style> </head> <body> <canvas width="500" height="400" id="game"></canvas> <script> var canvas = document.getElementById('game'); var context = canvas.getContext('2d'); var grid = 16; var count = 1;    var snake = {   x: 160,   y: 160,      // snake velocity. moves one grid length every frame in either the x or y direction   dx: gri

State And Capital find software

Image
S o, Guys Now I Will show you My New software "State and capital find "   In this  sotware you can find capital of state by entering the name of state  Step 1: Enter the name of state   Step 2: Now click on Click here Button then you can see your answer Download this Software from here This software is only run on Windows,Linux and MacOs Operating system    

Download Concept of physics By HC Verma Pdf

Image
Hello Friends Download The pdf Of Concept of physics Book of Prof.HC Verma Volume1               Download Now This Blog is written By : @suryanshsk Instagram: @suryanshsk Youtube:  Tech suryanshsk Twitter:  @suryanshsk_ofcl Spotify:  @suryanshsk View this post on Instagram A post shared by Suryansh Singh (@suryanshsk)

Trending Lofi Bollywood songs By suryanshsk

Image
  You can also Listen this song On : Spotify : https://open.spotify.com/track/5qnFCjqFvlkcQMqG2ucUxR Jiosaavan :https://www.jiosaavn.com/song/trending-lofi-bollywood-songs/Oi8Pfi51YUk Reeso:  https://m.resso.com/ZSdEvhhNb/ Tik tok: https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.tiktok.com/music/Trending-Lofi-Bollywood-Songs-7110871893736949762%3Flang%3Den&ved=2ahUKEwiltoHYodr4AhVkTmwGHdR8CSE4ChAWegQIChAB&usg=AOvVaw1d6XsRmPj-n8mbte3Hs8_v Genie : https://www.genie.co.kr/detail/albumInfo?axnm=82770322 View this post on Instagram A post shared by Suryansh Singh (@suryanshsk)

Download Minecraft Free

Image
Minecraft is a sandbox video game developed by the Swedish video game developer Mojang Studios. The game was created by Markus "Notch" Persson in the Java programming language. Following several early private testing versions, it was first made public in May 2009 before fully releasing in November 2011, with Jens Bergensten then taking over development. Minecraft has since been ported to several other platforms and is the best-selling video game of all time, with 200 million copies sold and 126 million monthly active users as of 2020. Download Minecraft From Here 👇👇 Click here 👇👇 Download Apk from here Click here 👆👆 Blog Written By Suryanshsk Follow Me on  YOUTUBE :  Tech suryanshsk Instagram :  Suryanshsk

JioPhone Next: 10 सितंबर को बाजार में आ जाएगा जियो का नया स्मार्टफोन, मुकेश अंबानी ने RIL की AGM में किया एलान

Image
Jio new smartphone : मुकेश अंबानी ने गुरुवार को रिलायंस इंडस्ट्रीज की सालाना जनरल मीटिंग (AGM) में JioPhone Next का एलान किया है. इसे गूगल के साथ पार्टनरशिप के तहत डेवलप किया गया है. अंबानी ने एलान किया कि यह फोन बाजार में गणेश चतुर्थी के मौके पर 10 सितंबर से उपलब्ध होगा. यह फुली फिचर्ड स्मार्टफोन है, जो गूगल और एंड्रॉयड प्ले स्टोर के सभी ऐप्लीकेशन को सपोर्ट करेगा. यह वॉयस असिस्टेंट, स्मार्ट कैमरा आदि फीचर्स के साथ आता है. जियो फोन में एंड्रॉयड OS ऑपरेटिंग सिस्टम का ऑप्टिमाइज्ड वर्जन है, जिसे गूगल और जियो ने मिवकर विकसित किया है. यह कम कीमत वाला 4G फोन है. गूगल के सीईओ सुंदर पिचई ने कहा कि उनकी टीमों ने इस फोन के लिए खास तौर पर एंड्रॉयड का स्पेशल वर्जन ऑप्टिमाइज्ड किया है. उन्होंने कहा कि इसे भारत के लिए बनाया गया है और यह उन यूजर्स के लिए है, जो स्मार्टफोन का पहली बार अनुभव लेंगे. स्पेसिफिकेशन्स जियो का यह लेटेस्ट स्मार्टफोन्स वॉयस असिस्टेंट, ऑटोमैटिक रीड-अलाउड ऑफ स्क्रीन टेक्स्ट ट्रांसलेशन जैसे फीचर्स के साथ है. यूजर्स को एक बटन को टैप करने पर फोन

जानिए Dilip Joshi को एक एपिसोड के मिलते हैं कितने लाख | Jethalal salary

Image
टीवी का सबसे पुराना कॉमेडी शो 'तारक मेहता का उल्टा चश्मा' ने हाल में 3100 एपिसोड पूरे किए हैं और पिछले 13 साल लगातार लोगों की पसंद बना हुआ है. शो की तरह इसके हर एक किरदार काफी पॉपुलर हैं. लेकिन क्या आपको पता है कि इस शो में जेठालाल गड़ा का रोल निभाने वाले दिलीप जोशी प्रति एपिसोड कितनी फीस लेते हैं? आइये, हम आपको बताते हैं. शो में जेठालाल गड़ा का किरदार निभाने वाले दिलीप जोशी एक एपिसोड के 1.5 लाख रुपए लेते हैं. वह शो के हाईएस्ट पेड एक्टर हैं. दिलीप जोशी सलमान खान और शाहरुख खान के साथ कई फिल्मों में काम कर चुके हैं. For more Blog Follow my Blogspot  Suryanshsk Blog Follow me on YOUTUBE :  Tech suryanshsk Instagram:  Suryanshsk

Scorpion pose

Image
 Scorpion pose  Scorpion pose by suryanshsk 

Some important question of Ramayana in hindi with answer

Image
      First section वाल्मीकी रामायण की रचना किस छंद में हुई है? – अनुष्टृप 2. रामायण किस युग से संबंधित है? – त्रेतायुग 3. रामायण के प्रथम कांड का क्या नाम है? – बालकांड 4. रामायण के अंतिम कांड का क्या नाम है? – उत्तरकांड 5. रामायण के सबसे बड़े कांड का क्या नाम है? – युद्धकांड 6. मायण के सबसे छोटे कांड का क्या नाम है? – अरण्यकांड 7. रामायण महाकाव्य का दूसरा नाम क्या था? – पौलत्स्य-वध अथवा दशानन-वध 8. इंद्र के प्रसिद्ध हाथी का क्या नाम था? – ऐरावत 9. राजा जनक का मूल नाम क्या था? – सीरध्वज 10. कैकेयी को राम को वनवास और भरत को राजगद्दी माँगने के लिए किस दासी ने बहकाया था? – मंथरा 11. अमरावली किसकी पुरी का नाम था? – इंद्र 12. अवधी भाषा में रचित रामायण का क्या नाम है? – रामचरितमानस 13. अशोक वाटिका का दूसरा नाम क्या था? – प्रमदावन 14. अश्वमेध यज्ञ के मस्तक पर कौन सा पत्र बाँधा जाता था? – जयपत्र 15. आठवें वसु का क्या नाम है? – सावित्र 16. इंद्र के प्रसिद्ध उद्यान का क्या नाम था? – नंदन (कानन) 17. उस पर्वत का क्या नाम है जो सिंधुनद और समुद्र के संगम पर स्थित था तथा जिसके सौ शिखर थे? – हेमगिरि