WELCOME!

Services

WELCOME
welcome to my website by KARTHICKRAJA.thank u for visiting...வருகைக்கு நன்றி.|Krtamilanz இந்த BLOG யை நான் 2013 நவம்பர் 5 ல் துவங்கிய நோக்கமே நான் படித்த ,கேட்ட ,தெரிந்த விஷ​யங்கள் நீங்களும் அறியவேண்டும் என்ற நல்லெண்ண நோக்கமே தவிர வேறதும்மில்லை.இதில் வரும் சில பதிவுகள் இணையதளத்தில் இருந்தும், சில பதிவுகள் கேட்டவை ,படித்தவை , சில நானே தொகுத்தவை.௭ன்றும் அன்புடன் உங்கள் கார்த்திக்ராஜா...

Bookmark This Site



Latest News Study According to your Internal Marks, Pass Semester Exam!!

Important Services
Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Ad

info Links

entireweb

Tuesday 27 October 2015

CS6503 Theory of Computation Notes


CS6503 Theory of Computation Lecture Notes

CS6503 Theory of Computation PART A 2 Mark Question Bank

CS6503 Theory of Computation PART B 16 Mark Question Bank


SEARCH KEYWORDS IN GOOGLE:

CS6503 Theory of Computation Nov/Dec/Jan Important Questions CSE 5th Semester Anna University R2013
CS6503 Theory of Computation June/July Important Questions CSE 5th Semester Anna University R2013
CS6503 Theory of Computation Important Questions 2nd Semester Anna University R2013 Anna University CSE 5th Semester Important Questions
CS6503 Theory of Computation Syllabus CSE 5th Semester Regulation 2013 Anna University
CS6503 Theory of Computation Fully Solved Complete Lecture Notes CSE 5th Semester Regulation 2013 Anna University
CS6503 Theory of Computation Marks Part A Question Bank with Answers CSE 5th Semester Anna University R2013
CS6503 Theory of Computation 16 Marks Part B Question Bank with Answers CSE 5th Semester Anna University R2013
CS6503 Theory of Computation Previous Year Question Papers Anna University CSE 5th Semester R2013
CS6503 Theory of Computation Important Questions Study Materials PART A PART B 2 mark 16 mark Question Bank CSE 5th Semester Regulation 2013 Anna University

CS6501 INTERNET PROGRAMMING NOTES


CS6501 Internet Programming Lecture Notes

CS6501 Internet Programming PART A 2 Mark Question Bank

CS6501 Internet Programming PART B 16 Mark Question Bank

Search keywords in google:

CS6501 Internet Programming Nov/Dec/Jan Important Questions CSE 5th Semester Anna University R2013
CS6501 Internet Programming June/July Important Questions CSE 5th Semester Anna University R2013
CS6501 Internet Programming Important Questions 2nd Semester Anna University R2013 Anna University CSE 5th Semester Important Questions
CS6501 Internet Programming Syllabus CSE 5th Semester Regulation 2013 Anna University
CS6501 Internet Programming Fully Solved Complete Lecture Notes CSE 5th Semester Regulation 2013 Anna University
CS6501 Internet Programming Marks Part A Question Bank with Answers CSE 5th Semester Anna University R2013
CS6501 Internet Programming 16 Marks Part B Question Bank with Answers CSE 5th Semester Anna University R2013
CS6501 Internet Programming Previous Year Question Papers Anna University CSE 5th Semester R2013
CS6501 Internet Programming Important Questions Study Materials PART A PART B 2 mark 16 mark Question Bank CSE 5th Semester Regulation 2013 Anna University

CS6502 Object Oriented Analysis and Design notes


CS6502 Object Oriented Analysis and Design Lecture Notes

CS6502 Object Oriented Analysis and Design PART A 2 Mark Question Bank

CS6502 Object Oriented Analysis and Design PART B 16 Mark Question Bank


Search by google keywords:

CS6502 Object Oriented Analysis and Design Nov/Dec/Jan Important Questions CSE 5th Semester Anna University R2013
CS6502 Object Oriented Analysis and Design June/July Important Questions CSE 5th Semester Anna University R2013
CS6502 Object Oriented Analysis and Design Important Questions 2nd Semester Anna University R2013 Anna University CSE 5th Semester Important Questions
CS6502 Object Oriented Analysis and Design Syllabus CSE 5th Semester Regulation 2013 Anna University
CS6502 Object Oriented Analysis and Design Fully Solved Complete Lecture Notes CSE 5th Semester Regulation 2013 Anna University
CS6502 Object Oriented Analysis and Design Marks Part A Question Bank with Answers CSE 5th Semester Anna University R2013
CS6502 Object Oriented Analysis and Design 16 Marks Part B Question Bank with Answers CSE 5th Semester Anna University R2013
CS6502 Object Oriented Analysis and Design Previous Year Question Papers Anna University CSE 5th Semester R2013
CS6502 Object Oriented Analysis and Design Important Questions Study Materials PART A PART B 2 mark 16 mark Question Bank CSE 5th Semester Regulation 2013 Anna University

Monday 26 October 2015

Anna university internal assessment marks published at today 10.00Am

Anna University Internal Assessment Marks Published!!
Check out yours @  today 10.00Am

Last few days ago,Students are checked in AnnaUniversity portal they got "No records found" is displayed.

So,many students are when we uploaded in internal assessment mark in our anna university portal is opened for them.

But in today 10.00Am is Anna university portal is opened for internal assessment..

Website : coe1.annauniv.edu

Saturday 24 October 2015

Php tutorial 1-Arithmetic operations

PHP Tutorials-1-Arithmetic Operations...

For Addition :

<?php
$num1=20;
$num2=2;

echo $num1+$num2;
?>

Output : 22

For subtraction :

<?php
$num1=20;
$num2=2;

echo $num1-$num2;
?>

Output:18

For Multiplication :

<?php

$num1=20;
$num2=2;

echo $num1*$num2;
?>

Output : 40

For Division :

<?php
$num1=20;
$num2=2;

echo $num1/$num2;
?>

Output : 10

Search by Keywords :

Php tutorial for Arithmetic operations
Arithmetic operations in php
php tutorial for arithmetic operations

Related Posts Plugin for WordPress, Blogger...