• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Sql
  • php
  • C program
  • Seo

Codelack.com

  • Home
  • C++
  • networking
  • Sql server
    • what is rdbms | one to one | one to many | many to many relation-codlack
    • sql server create table
    • code rules in sql server
  • ASP.NET
    • control state in asp.net
    • cookie in asp.net
    • datalist control in asp .net
    • Using ASP.NET To Send Email
    • application state in asp.net
    • file upload control in asp.net
  • contact us
  • Data structure
    • what is Data structure
    • doubly linked list program in c
    • Array in data structure
    • circular queue in data structure
    • Linear data structure
    • Delete node at any position in singly linked list
    • dequeue in data structure
    • implementation of stack using a Linked list in data structure
    • implementation of stack using array in data structure
    • linked list algorithm
    • linked list in data structure
  • C
    • continue and break in c
    • history of c programming language
    • array program in c
    • c programming practice questions
    • enumeration in c
    • C programs with solutions
    • Characteristic of c
    • print 1 to 100 without using loop in c program
    • two single dimension 2D array in c
  • php
    • php
    • Variables in PHP
    • Scalar data types in php
    • Output function in php
    • how to use php string functions | example of string function
    • point to point configuration
    • error in php
    • Array in  php

Main Content

Agnipath Scheme Syllabus , eligibility criteria , Education qualification

One who wants to become agniveer of India, this article is going to be beneficial for him or her. To get full information regarding new scheme of government i.e. Agnipath Scheme, read this article. Government of India introduced a new scheme i.e. Agnipath Scheme on 14 June 2022 for the recruitment of soldiers below the […]

What is technical SEO || how to do it?

What is local seo || How to do Local SEO: 10 Easy Ways

What is off page seo || off page seo types

What is On Page SEO and How to: 10 Important Techniques

Recent Posts

  • Agnipath Scheme Syllabus , eligibility criteria , Education qualification
  • Patna Women’s college BEd Previous Year Question Paper
  • Difference between Python and Java | Smalltalk | C
  • Concept mapping | types | importance | example
  • What is technical SEO || how to do it?

Asp .net

Scalar data types in php

May 10, 2017 By admin

In php four data types Boolean Integer Float String Boolean data type in php This data type can represent either true or false . In PHP value is 1 and value of false doesn’t any value. is_bool : Using this function , we can check input variable is boolean or not. (bool) var  OR  (boolean) […]

variable in php

Variables in PHP

May 30, 2017 By admin

Variable  is  name of memory location   used  to store some  data. In PHP no need  to provide  data types at the   time of variable  declaration because  PHP is loosely types   language . Variable names start  with  ‘$’ symbol. types of variable in PHP   Local variable :- Variable declaration within  the  function comes under local […]

application state in asp.net

October 10, 2017 By admin

what is application state in asp.net Application state in asp.net is a server side state management technique. The date stored in application state is common for all users of that particular ASP.NET application and can be accessed anywhere in the application. It is also called application level state management. ASP.NET provides application state via the […]

Using ASP.NET To Send Email

Using ASP.NET To Send Email

October 18, 2017 By admin Leave a Comment

Email is a standout amongst the most well-known and dependable strategies for correspondence for both individual and business purposes. It likewise assumes an essential part in every last Web website. This part will be in the sort of computerized messages from the server in the wake of posting data from a shape. You may have […]

  • What is technical SEO || how to do it?
  • What is local seo || How to do Local SEO: 10 Easy Ways
  • What is off page seo || off page seo types
  • What is On Page SEO and How to: 10 Important Techniques
  • What is seo | how to seo | why seo is important

php update

variable in php

Variables in PHP

May 30, 2017 By admin

Variable  is  name of memory location   used  to store some  data. In PHP no need  to provide  data types at the   time of variable  declaration because  PHP is loosely types   language . Variable names start  with  ‘$’ symbol. types of variable in PHP   Local variable :- Variable declaration within  the  function comes under local […]

Using ASP.NET To Send Email

Using ASP.NET To Send Email

October 18, 2017 By admin Leave a Comment

Email is a standout amongst the most well-known and dependable strategies for correspondence for both individual and business purposes. It likewise assumes an essential part in every last Web website. This part will be in the sort of computerized messages from the server in the wake of posting data from a shape. You may have […]

C Programming Practice Questions

c programming practice questions

December 15, 2017 By admin Leave a Comment

c programming practice questions What is the output of the following code?  1. #include<stdio.h> main() { int i; for(i=0;i<5;i++) { static int a=0; int b=0; a++; b++; printf(“\na=%d”,a); printf(“,b=%d”,b); } return 0; } Ans: a=1 b=1 a=2 b=1 a=3 b=1 a=4 b=1 a=5 b=1 2. #include<stdio.h> main() { static int s; ++s; printf(“\n%d”,s); if(s<=3) main(); […]

ado.net in c#

ADO tutorial

September 20, 2018 By admin Leave a Comment

ADO Introduction                       Pretty much every application deals with data in some manner, whether that data comes from memory, databases, XML files, text files, or something else. The location where we store the data can be called as a Data Source or Data Store where a […]

FormView Control in aap.net with example

December 25, 2018 By admin Leave a Comment

ForThe FormView control is used to displays the values of a single record from a data source using user-defined templates.The FormView control allows you to edit, delete, and insert records. The FormView control is used to display a single record from a data source in a table. When using the FormView control, you specify templates […]

  • SQL join with example
  • Creating Navigation Bar using Bootstrap
  • FormView Control in aap.net with example
  • ADO tutorial
  • Data structure
  • Linear data structure
  • Array in data structure
  • What is a algorithm
  • stacks in data structure
  • queue data structure
  • dequeue in data structure
  • Priority queue
  • circular queue in data structure
  • linked list algorithm
  • Delete node in singly linked list
  • tree in data structure
  • implementation of stack using array in data structure
  • implementation of stack using a Linked list in data structure
  • Doubly Linked List Implementation

Primary Sidebar

sql

  • introduction of sql
  • database management system
  • hierarchical database management system
  • what is rdbms | one to one | one to many | many to many relation-codlack
  • codd rules in sql server
  • Character Data Type
  • constraint unique
  • sql server create table

Ads

data structure

  • Data structure
  • Linear data structure
  • Array in data structure
  • What is a algorithm
  • stacks in data structure
  • queue data structure
  • dequeue in data structure
  • Priority queue
  • circular queue in data structure
  • linked list algorithm
  • Delete node in singly linked list
  • tree in data structure
  • implementation of stack using array in data structure
  • implementation of stack using a Linked list in data structure
  • Doubly Linked List Implementation

C programming

  • history of c programming language
  • C programs with solutions
  • Characteristic
  • constraint unique
  • continue and break
  • doubly linked list program in c
  • dynamic memory allocation
  • enumeration
  • print 1 to 100 without using loop
  • Variable declaration

c++

  • Introduction to C++ | similarities of  C++ structure and  class
  • default argument in c++
  • access specifiers in c++
  • Function In C++
  • friend function in c++
  • constructor in c++
  • destructor in c++ | How to call destructor C++
  • exception handling in c++

Categories

array multiplication (1) asp.net (10) B.ed (1) C# (1) c# (1) C++ (2) C program (3) FormView control (1) php (2) Seo (5) Sql (1) Uncategorized (12)
disclaimer

Copyright © 2022 · codelack.com