Skip to content
MySirG.Com

MySirG.Com

Learning Solutions…

Menu

  • Home
  • Competitive Coding
  • Premium
  • Join Coaching
  • Campus Prep.
    • Video Content
    • Interview Questions
      • Java Interview Questions
    • Objective Questions
    • Tech Talks
    • Exam Notice
  • Video Courses
    • Motivation and Guidance
    • English Speaking
    • Programming Languages
      • python
      • C Language
      • C++ Videos
      • Java SE (Core Java)
      • Advance Java | Java EE
      • PHP-MySQL
      • Kotlin
      • Javascript
    • Data Structure
    • DBMS
    • Building Career in Web Development
    • Android
    • Computer Fundamentals
    • WordPress
  • Prog. Examples
    • Python Programs
    • C Programs
    • CPP Programs
    • Data Structure Programs
    • Java Programs
    • PHP-MySQL Programs
    • Kotlin Programs
  • Webcast and LIVE
    • LIVE sessions
    • MySirG Webcast
  • Login

Author: saurabhsir

Functions Overview

Functions Overview Function is a basic building block of a C program. Any C program can be assumed as a collection of several functions. Function is a block of code which has some name for identification. Key points about function

saurabhsir November 5, 2016November 5, 2016 C notes Read more

goto statement

goto statement The goto statement is used for unconditional jump from one part of the program to another part of the program. It is always suggested not to use goto statement as this reduces the readability of the program. Use

saurabhsir November 5, 2016November 5, 2016 C notes Read more

switch case control

switch case control instruction We studied earlier in decision control that how and when to use if, if-else. They are good enough to select one from the two available options. When choices are two, we can use if-else. Even if

saurabhsir November 4, 2016December 26, 2016 C notes Read more

Keyword continue

The keyword continue The keyword continue is used only in the body of loop. It is used to move control at termination condition in the case of while and do-while loop. continue is used in for loop to transfer control

saurabhsir November 3, 2016November 3, 2016 C notes Read more

Keyword break

The keyword break The keyword break is used only in: In the body of loop In the body of switch The keyword break is used in the body of loop to terminate execution of loop before completion of normal life

saurabhsir November 3, 2016November 3, 2016 C notes Read more

Iterative Control Instruction (Loops)

Loops Iterative control instruction is also known as repetitive control instruction or loop. Sometimes it is desirable to executed same statement again and again. This can be done with the help of loops There are three ways to implement loops

saurabhsir October 27, 2016October 27, 2016 C notes Read more

Decision Control Instruction

Decision Control Instructions Decision control instruction is also known as selection control instruction. C language provides three ways to implement this instruction: if if else Conditional operator if Following is the syntax of if statement: int main() { ..… …..

saurabhsir October 27, 2016October 27, 2016 C notes Read more

What is the default value of variable in Java?

Default value of variable in java Variables declared inside a class are known as member variables (static or non static). These variables are initialized with their default value depending on the type of variable. For example variable of type int

saurabhsir September 27, 2016October 25, 2016 Java Interview Questions Read more

Why is the java main method static?

main method in java is static This is neccesary because main() is called by the JVM before any objects are made. Since it is static it can be directly invoked via the class.

saurabhsir September 26, 2016September 26, 2016 Java Interview Questions Read more

What is the difference between ArrayList and Vector in Java?

ArrayList vs Vector ArrayList Vector Not Synchronized and so not thread safe Synchronized therfore thread safe Fast in performance Slow as it is thread safe Introduced first in java version 1.2 Introduced first in java version 1.0 does not provide

saurabhsir September 23, 2016September 23, 2016 Java Interview Questions Read more
  • « Previous
  • Next »

Quick Links

  • How to install code::blocks?

Words from students

Viewers of mysirg.com are welcome to review this website. Tell me how you good and needful this mission of teaching students for FREE in Hindi through video lectures.

Chandra Shekhar -Jaipur सर आप बहुत अच्‍छा कार्य कर रहे है मै आपके इस प्रयास से बहुत ज्‍यादा खुश हू और बहुत ज्‍यादा प्रभावित हू कि मेरे देश मे अभी भी आप जैसे अध्‍यापक हैा

Subscribe

Admission Notice

Admission Announcement
Discount offers available

Contact Us

Saurabh Shukla

Mobile: +91-9893194395
email: sshukla_manit@yahoo.com

Facebook Page: https://www.facebook.com/mysirg

Follow Me on Facebook and Twitter:

Follow @sshukla_manit

Website: www.mysirg.com

Copyright © 2025 MySirG.Com. Powered by WordPress. Theme: Spacious by ThemeGrill.
  • Mysirg Testimonials
  • About
  • About mysirg
  • About Teacher
  • Join Classroom
  • Terms and Conditions
  • Pricing
  • Refund
  • Privacy
  • Contact