Home
Computer Science Magazine
Home
Departments
About
Syllabus
Notice
Programming
Visual Basic
HTML
C
C++
C Pyramid
8085
Notes
DBMS
SQL
DBMS
Microprocessor
C
C++
Networking
Software Engineering
Digital Electronics
Operating System
Other Post
Guest Post
Others
E-Book
Software
Objectives
Contact
Pages
Popular
Tags
Blog Archives
Turbo C++ 4.5 for Windows XP / 7 / 8 / 8.1 (32 BIT)
Download Turbo C++ 4.5 How to install Turbo C++ 4.5 on Windows 7/8/XP/Vista : Download Turbo C++ 4.5 from the above mentioned do...
Turbo C++ for Windows 7,8,8.1 (64 bit)
DOWNLOAD :- Click Here
Write a C program to read in a three digit number produce following output. (assuming that the input is 347) 3 hundreds 4 tens 7 units.
#include<stdio.h> #include<conio.h> int main(void) { clrscr(); int no,hun,ten,unit; printf("Please enter 3-digit number :...
Write a C++ Program take hours, minutes, seconds and print it in 24 hours & standard format
C++ program to display hours minutes and seconds in both 12 and 24 hours format: 24 Hours format : 23:30:12 Standard format : 11:30:12 ...
C – strrstr() function
strrstr( ) function returns pointer to the last occurrence of the string in a given string. Syntax for strrstr( ) function is given below....
FACEBOOK PAGE
Followers
Like on Facebook
Blog Archive
►
2020
(1)
►
April
(1)
▼
2017
(3)
►
September
(1)
▼
July
(2)
VB PROGRAMS FOR BCA STUDENT
VB THEORY NOTES
►
2015
(5)
►
June
(5)
►
2014
(78)
►
September
(2)
►
August
(2)
►
July
(74)
Monday, 10 July 2017
VB PROGRAMS FOR BCA STUDENT
23:48
vb
3 comments
DOWNLOAD
Read More
VB THEORY NOTES
23:36
vb
2 comments
BASED ON BURDWAN UNIVERSITY COMPUTER SCIENCE SYLLABUS.
DOWNLOAD
Read More
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)