The simplest way to create a table in C is to use a two-dimensional array.
Create table
by using structure in c.........
A table in database can be created using create table command . Create command comes under data manipulation language.
B
c language helps to create securities create several programs to build the software{operating systems.
create,insert,modify,search and display
how can create a attendece sheet in c language
Dennis Ritchie at AT&T Bell Laboratories.
using structures and classes
Class acts as an encapsulation of attributes and methods, that is used by an object oriented programming (OOP) language. Since C is not an OOP, its a structural programming language, one can not create classes in C. That is why OOP version of C was developed called C++, where one can work with classes.
thread is not specific to C-language. Use wikipedia to find out what threads are, and use Posix Threads (or pthreadsfor short) to create multi-threaded programs in C
Tables are defined with CREATE TABLE command. Syntax of CREATE TABLE command is: CREATE TABLE ( [] []);