Telugu Guide to Algorithms and C Programming

Explore step-by-step examples of algorithms and C programming in Telugu with Computer Panthulu. Learn how algorithms serve as a foundational procedure for problem-solving in programming.

Computer Panthulu8.4K views7:06

🔥 Related Trending Topics

LIVE TRENDS

This video may be related to current global trending topics. Click any trend to explore more videos about what's hot right now!

THIS VIDEO IS TRENDING!

This video is currently trending in Thailand under the topic 'สภาพอากาศ'.

About this video

#clanguageintelugu #cprogrammingintelugu #algorithmintelugu Algorithm:- It is a Step-by-Step Procedure for Solving a problem. Based on Algorithm we develop program. Characteristics or Properties of an Algorithm:- 1. Input :- An Algorithm accepts 0 or more number of inputs. 2. Output:- An Algorithm must produce 1 or more number of outputs. 3. Finiteness:-An Algorithm must contain a finite number of steps. 4. Definiteness:- Each Step of an Algorithm must be clear & unambiguous. 5. Effectiveness:- All the operations are performed in a finite amount of time using paper and pencil. Ex1:- Write an Algorithm to display “ Welcome to C Programming”. Step 1:- Start Step 2:- Print “Welcome to C Programming” Step 3:- Stop Ex2:- Write an Algorithm to add 2 numbers. Step 1:- Start Step 2:- Read 2 numbers Step 3:- Calculate sum=a+b Step 4:- Print sum Step 5:- Stop Ex3:- Write an Algorithm to calculate Area and Perimeter of a circle. Step 1:- Start Step 2:- Read r Step 3:- Calculate area=3.14*r*r Step 4:- Calculate p=2*3.14*r Step 5:- Print area, p Step 6:- Stop

Video Information

Views
8.4K

Total views since publication

Likes
269

User likes and reactions

Duration
7:06

Video length

Published
Oct 27, 2022

Release date

Quality
hd

Video definition

Tags and Topics

This video is tagged with the following topics. Click any tag to explore more related content and discover similar videos:

Tags help categorize content and make it easier to find related videos. Browse our collection to discover more content in these categories.