Pages
- Home
- CORELDRAW
- LIST OF FREE WHITEBOARDS FOR ONLINE TEACHING
- HTML 5 AND ITS EDITORS
- ILLUSTRATOR
- ADOBE PHOTOSHOP
- PYTHON
- PHP 7
- JAVA 2.0
- ASP.NET
- VB.NET
- VB 6.0
- SQL
- C++
- C
- MS EXCEL MCQ
- MS WORD MCQ
- LIST OF TOP 100 COMPUTER EDUCATION INSTITUTES
- LIST OF FREE SOFTWARES FOR EDUCATION
- LIST OF TOP 100 EDUCATIONAL WEBSITES
- LIST OF FREE EDUCATIONAL APPS
- LIST OF COMPUTER BOOKS CBSE
- I
- II
- III
- IV
- VI
- V
- VI
- VII
- VIII
- IX
- X
- XII
- XI
Thursday, February 4, 2021
Wednesday, February 3, 2021
Thursday, October 8, 2020
PYTHON 1
Presentation
Python may be a broadly useful deciphered, intuitive, object-arranged, and elevated level programing language . it had been made by Guido van Rossum during 1985-1990. Like Perl, Python ASCII text file is additionally accessible under the GNU General Public License (GPL).
Learn Python programming gives essential and progressed ideas of Python. Our Python instructional exercise is meant for amateurs and experts.
Python may be a straightforward, universally useful, elevated level, and article situated programing language .
Python may be a deciphered scripting language moreover. Guido Van Rossum is understood because the originator of Python programming.
Our Python instructional exercise incorporates all subjects of Python Programming, for instance , establishment, control explanations, Strings, Lists, Tuples, Dictionary, Modules, Exceptions, Date and Time, File I/O, Programs, and so on. There are likewise given Python inquiries to help you with bettering comprehend Python Programming.
Crowd
Our Python instructional exercise is meant to support novices and experts.
Issue
We guarantee that you simply won't discover any issue during this Python instructional exercise. However, on the off chance that there's any mix-up, if you do not mind post the difficulty in Gmail
Saturday, September 26, 2020
Friday, September 25, 2020
Thursday, September 24, 2020
TODAY'S C PROGRAM
Q1.Write a C program to covert days to days,week and year ?
1 2 3 4 5 6 7 8 9 10 11 12 13 | main() { int nodays,years,weeks,days; printf("Enter the total days\n"); scanf("%d",&nodays); years=nodays/365; weeks=(nodays%365)/7; days=(nodays%365)%7; printf("%d = %d years,%d weeks,%d days\n",nodays,years,weeks,days); } |
Subscribe to:
Comments (Atom)









