answersLogoWhite

0

The simplest way to create a table in C is to use a two-dimensional array.

User Avatar

Wiki User

8y ago

What else can I help you with?

Related Questions

Which one is a system privilege a select b delete c execute d alter table e create table?

Create table


How is a table made up in a database?

A table in database can be created using create table command . Create command comes under data manipulation language.


How do you create modules in c language?

by using structure in c.........


What language was used to create C?

B


How c language helps in operating system?

c language helps to create securities create several programs to build the software{operating systems.


How Implementation For-Symbol table in c?

create,insert,modify,search and display


How you can make c program of attendance record system?

how can create a attendece sheet in c language


Who create c language?

Dennis Ritchie at AT&T Bell Laboratories.


How do you create booking form in c language?

using structures and classes


Can you create class in 'c'?

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.


What is thread in c language?

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


Whether c language is a system software or application software?

The C language is used to create applications, but cannot be really called an application itself. It is a tool to create an application, and with a compiler, which is a piece of system software, it takes the language and creates an application with it by converting the language into a form a computer and operating system can understand.