Home Programming Practice

Programming Practice

Your Destination for Read Further in Python Interview Questions

Python interview questions | Python interview questions and answers

Python interview questionsWelcome to the Python Interview Questions section of sirfpadhai.in, In this section, we'll go through various types of Python interview questions that...
move spaces to the front of a given string

Python: move spaces to the front of a given string

write a python program to move spaces to the front of a given string.Program:-def move_Spaces_front(str1): noSpaces_char = spaces_char = len(str1) - len(nospaces_char) result = ' '*spaces_char result...
Area of Triangle C++ Program in Hindi

Program to Accept value of base & height and Calculate Area of Triangle c++...

Area of Triangle C++ Program in Hindiसमस्या को समझना:-हमें एक ऐसा प्रोग्राम लिखना होता है जो यूजर से त्रिभुज की तीन भुजाओं को...
program in C to check given no is leap year or not in Hindi

leap year condition in Hindi |Write a program in C to check given no...

इस पोस्ट में, आप सी में अलग-अलग तरीकों से सीखेंगे, कि यह जांचने के लिए कि कोई विशेष वर्ष लीप वर्ष है या नहीं।एक...
25 SECURITY PLUS QUESTIONS AND ANSWERS

25 SECURITY PLUS QUESTIONS AND ANSWERS

25 SECURITY PLUS QUESTIONS AND ANSWERSWelcome to the ultimate guide to 25 Security Plus questions and answers! If you're studying for the Security Plus...
Write a Python program to move all spaces to the front of a given string in single traversal.

Python: Move all spaces to the front of a given string in single traversal

Write a Python program to move all spaces to the front of a given string in single traversal.Let's see some sample test cases before...
c interview questions and answers for freshers

Who developed C language?|c interview questions and answers for freshers

Who developed C language?Best AnswerExample:- 1)C, computer programming language developed in the early 1970s by American computer scientist Dennis M. Ritchie at Bell...
c program to print hello world

How to print Hello World in c languages|C program to print Hello world

How to print Hello World in c languages"Hello, World!" program. It's the first program many of us learn when we start programming. for...

c tokens in c language | What are the types of C tokens?

What Are C Tokens?In the C language, tokens are the smallest individual units of a program.The C compiler uses these tokens to understand and...
simple interest program in c

simple interest program in c in hindi |Program to find the simple interest

simple interest program in c in hindiExplanationसाधारण ब्याज बैंकिंग और आर्थिक क्षेत्रों में ऋण पर ब्याज शुल्क की गणना के लिए उपयोग की जाने...