Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Harshitha Harshitha 3 years, 8 months ago
- 1 answers
Posted by Ashok Sharma 3 years, 8 months ago
- 1 answers
Posted by Ashok Sharma 3 years, 8 months ago
- 1 answers
Sia ? 3 years, 8 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 3 years, 8 months ago
- 1 answers
Posted by Sa Thomas 3 years, 8 months ago
- 1 answers
Balwant Kumar 3 years, 8 months ago
Posted by Rudra Pratap 3 years, 8 months ago
- 1 answers
Sia ? 3 years, 8 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 3 years, 8 months ago
- 0 answers
Posted by Ashish Raj 3 years, 9 months ago
- 0 answers
Posted by Soul Gamer 3 years, 9 months ago
- 4 answers
Navya Ayyadevara 3 years, 9 months ago
Posted by Prabhat Jaiswal 3 years, 9 months ago
- 1 answers
Posted by Krishnapriya Dhangada Majhi 3 years, 9 months ago
- 4 answers
Posted by Yash Kumar 3 years, 9 months ago
- 1 answers
Posted by Anurag Singh 3 years, 9 months ago
- 4 answers
Posted by Pranjal Gupta 3 years, 9 months ago
- 0 answers
Posted by Sujal Gupta 3 years, 9 months ago
- 0 answers
Posted by Swastik Mukherjee 3 years, 9 months ago
- 2 answers
Navya Ayyadevara 3 years, 9 months ago
Posted by Vortex Phantom 3 years, 9 months ago
- 2 answers
Posted by Aadhila Fathima 3 years, 9 months ago
- 0 answers
Posted by Suyash Gupta 3 years, 9 months ago
- 1 answers
Tec Om 3 years, 9 months ago
Posted by Sumit Rai 3 years, 9 months ago
- 3 answers
Posted by Aditya Ram 3 years, 9 months ago
- 1 answers
Posted by Nishi Kujur 3 years, 9 months ago
- 1 answers
Tec Om 3 years, 9 months ago
Posted by Uday Singh 3 years, 5 months ago
- 1 answers
Preeti Dabral 3 years, 5 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 3 years, 9 months ago
- 0 answers
Posted by Savio Saji 3 years, 10 months ago
- 0 answers
Posted by Mariyam Minha 3 years, 10 months ago
- 0 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
Balwant Kumar 3 years, 8 months ago
Google Chrome and Apple Safari
0Thank You