Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Ashok Sharma 4 years, 11 months ago
- 1 answers
Sia ? 4 years, 11 months ago
x = y = z = 0
x = float( input("Enter the first number:"))
y = float(input("Enter the second digit number:"))
z = float (input("Enter the third number:"))
max = x
if y > max:
max = y
print("Largest number is",max)
Posted by Pranit Gajare 5 years ago
- 1 answers
Posted by Sa Thomas 5 years ago
- 1 answers
Balwant Kumar 5 years ago
Posted by Rudra Pratap 4 years, 11 months ago
- 1 answers
Sia ? 4 years, 11 months ago
SQL has many advantages which makes it popular and highly demanded. It is a reliable and efficient language used for communicating with the database. Some advantages of SQL are as follows:
- Faster Query Processing – Large amount of data is retrieved quickly and efficiently. Operations like Insertion, deletion, manipulation of data is also done in almost no time.
- No Coding Skills – For data retrieval, large number of lines of code is not required. All basic keywords such as SELECT, INSERT INTO, UPDATE, etc are used and also the syntactical rules are not complex in SQL, which makes it a user-friendly language.
- Standardised Language – Due to documentation and long establishment over years, it provides a uniform platform worldwide to all its users.
- Portable – It can be used in programs in PCs, server, laptops independent of any platform (Operating System, etc). Also, it can be embedded with other applications as per need/requirement/use.
- Interactive Language – Easy to learn and understand, answers to complex queries can be received in seconds.
- Multiple data views.
Posted by Arif Mallick 5 years ago
- 0 answers
Posted by Ashish Raj 5 years ago
- 0 answers
Posted by Soul Gamer 5 years ago
- 4 answers
Navya Ayyadevara 5 years ago
Posted by Prabhat Jaiswal 5 years ago
- 1 answers
Posted by Krishnapriya Dhangada Majhi 5 years ago
- 4 answers
Posted by Yash Kumar 5 years ago
- 1 answers
Posted by Anurag Singh 5 years ago
- 4 answers
Posted by Pranjal Gupta 5 years ago
- 0 answers
Posted by Sujal Gupta 5 years ago
- 0 answers
Posted by Vortex Phantom 5 years ago
- 2 answers
Posted by Aadhila Fathima 5 years, 1 month ago
- 0 answers
Posted by Suyash Gupta 5 years, 1 month ago
- 1 answers
Tec Om 5 years, 1 month ago
Posted by Sumit Rai 5 years, 1 month ago
- 3 answers
Posted by Aditya Ram 5 years, 1 month ago
- 1 answers
Posted by Nishi Kujur 5 years, 1 month ago
- 1 answers
Tec Om 5 years, 1 month ago
Posted by Uday Singh 4 years, 9 months ago
- 1 answers
Preeti Dabral 4 years, 9 months ago
- #include<stdio.h>
- int main()
- {
- int i,fact=1,number;
- printf("Enter a number: ");
- scanf("%d",&number);
- for(i=1;i<=number;i++){
- fact=fact*i;
- }
- printf("Factorial of %d is: %d",number,fact);
- return 0;
- }
Posted by Ram Patel 5 years, 1 month ago
- 0 answers
Posted by Savio Saji 5 years, 1 month ago
- 0 answers
Posted by Mariyam Minha 5 years, 1 month ago
- 0 answers
Posted by Jasvinder Singh 5 years, 1 month ago
- 1 answers

myCBSEguide
Trusted by 1 Crore+ Students

Test Generator
Create papers online. It's FREE.

CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
myCBSEguide
Harshitha Harshitha 5 years ago
0Thank You