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

Month: June 2016

Troubleshooting

Common issues with code blocks The most common error people see if things don’t work is a message like can’t find compiler executable in your search path (GNU GCC compiler) Sloution: Go to settings in the upper part click compiler

saurabhsir June 29, 2016July 13, 2016 C notes Read more

Test Code

First Program in C – test code Write your test code in empty file. (How to open empty file) main() { printf(“Hello User”); } Build and Run your code to press F9 function Key. Build is a process of converting

saurabhsir June 29, 2016August 31, 2016 C notes Read more

Installation of Code::blocks

Download code::blocks Here you will learn how to setup environment in order to make programs in C language and convert into an executable. Follow the instructions given below: Goto this website http://www.codeblocks.org/downloads Click “Download the binary release”. Select your operating

saurabhsir June 29, 2016September 17, 2016 C notes Read more

Introduction to C language

Introduction C language C language was developed by Dennis Ritchie in 1972 at AT & T’s Bell Labs, New Jersy, USA. C language is inspired from B language which was developed by Ken Thompson. 80% code of UNIX operating system

saurabhsir June 29, 2016August 31, 2016 C notes Read more

Queue in Data Structure

QUEUE 1. How many stacks are required to implement a queue? (a) 1 (b) 2 (c) 3 (d) 4 2. How many queues are needed to implement a stack? (a) 1 (b) 2 (c) 3 (d) 4 3. Suppose implementation

saurabhsir June 25, 2016June 25, 2016 Data Structure Read more

Stack in Data Structure

1. Which of the following is an application of Stack data structure? (a) Evaluation of postfix expression (b) Function calls management (c) Balancing of symbols (d) All of the above 2. What data structure would you mostly likely see in

saurabhsir June 23, 2016June 23, 2016 Data Structure Read more

Sorting in Data Structure

1. Select the sorting that always has a time complexity O(n2 ),irrespective of the condition of array. (a) Bubble sort (b) Selection sort (c) Quick sort (d) Merge sort 2. You have to sort a list L consisting of a

saurabhsir June 22, 2016June 22, 2016 Data Structure Read more

Linked List in Data Structure

1. Let P be a singly linked list. Let Q be the pointer to an intermediate node x in the list. What is the worst-case time complexity of the best known algorithm to delete the node x from the list?

saurabhsir June 20, 2016June 20, 2016 Data Structure Read more

Pointers in C

1. #include “stdio.h” void fun(int *ptr) { *ptr = 30; } int main() { int y = 20; fun(&y); printf(“%d”, y); return 0; } (a) 20 (b) 30 (c) Compiler Error (d) Runtime Error 2. int main() { char *ptr

saurabhsir June 18, 2016June 18, 2016 C Language Read more

Strings in C

1. main() { char c[] = “SCABHOPAL”; char *p =c; printf(“%s”, p + p[4] – p[3]) ; } (a) PAL (b) HOPAL (c) BHOPAL (d) SCABHOPAL 2. #include “stdio.h” int main() { char str[] = “ILoveYou”; printf(“%s %s %s\n”, &str[5],

saurabhsir June 18, 2016November 23, 2016 C Language Read more
  • « Previous

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