Вы находитесь на странице: 1из 103

What is a sample objective statement for a programmer?

Objective: I like making robust, user-friendly software that helps desktop computer users get
their work done faster and easier. ...

Popularity: 1112   •   Tools:  Recategorize

When the trust relationship between a workstation and domain has broken down how can
you fix it?

When you try to log-on or connect to a computer and you receive an error stating: "the trust
relationship between this...

Popularity: 328   •   Tools:  Recategorize

How do you convert a .doc file into a .pdf file using VB code?

Steps: While converting Doc file to PDF it loses all hyperlinks during conversion..although there
is a solution to this also...

Popularity: 306   •   Tools:  Recategorize

What is the difference between computer science and information technology?

"Computer Science" and "Information Technology" are completely different subjects.


"...Computer science is interpreted broadly...

Popularity: 274   •   Tools:  Recategorize

Who invented device drivers for computers?

A device driver creates a layer of abstraction between the hardware and the operating system.
They were created by programmers...

Popularity: 239   •   Tools:  Recategorize

Which command would you use to run a Fortran code?

Fortran is a programming language, which means you write a program in Fortran, and
COMPILE it to an EXECUTABLE program. The...

Popularity: 219   •   Tools:  Recategorize

Is the cost of creating a process or a thread higher?


AnswerRaj, Processes are ALWAYS more expensive than threads. Threads are considered a
component of a process. That is...a process...

Popularity: 171   •   Tools:  Recategorize

What are the names of any four procedural programming languages?

ABC Ada Algol 60 Algol 68 APL Arc Assembly Awk BASIC Batch BCPL Befunge BETA C
C++ C-- CHILL Clipper Cobol CobolScript Component...

Popularity: 155   •   Tools:  Recategorize

How can you tell whether a given file is a directory and how can you list all files in a
directory including subfolders?

In a programming context, one usually determines whether a file is a directory using functions
that access file metadata. These...

Popularity: 139   •   Tools:  Recategorize

How much money does a computer programmer earn?

Free-lance programmers might charge anywhere between $20 or $30 an hour to $200 or
$300/hour. It depends on their experience, the...

Popularity: 128   •   Tools:  Recategorize

What is the importance or significance of knowing the video input bandwidth?

Bandwidth is defined as the frequency range that the circuit, component, cable, or complete
system can pass where the frequencies...

Popularity: 126   •   Tools:  Recategorize

What is a download system disk?

for DOS, and maybe early windows. try bootdisk.com

Popularity: 111   •   Tools:  Recategorize

What is an upcall?

The term upcall is typically used in the context of using a framework, such as CORBA. When a
request is sent from a client...

Popularity: 109   •   Tools:  Recategorize


What is a far pointer?

Definition: A far pointer is a pointer which includes segment number. In a segmented


architecture computer, far pointers are used...

Popularity: 99   •   Tools:  Recategorize

How do you differentiate between truncate and delete?

TRUNCATE and DELETE: It also removes the rows from the specified location in the query
like DELETE command, but the only...

Popularity: 98   •   Tools:  Recategorize

What is difference between encapsulation and abstraction and how are they related to each
other?

Encapsulation is hiding the details of the implementation of an object so that there are no
dependancies on the particular...

Popularity: 96   •   Tools:  Recategorize

Do you need to go to college to be a computer programmer?

Most programmers would probably say no. Many programmers only have high school degrees or
some technical training. Programming is...

Popularity: 96   •   Tools:  Recategorize

How do you write a header for a 128x128x128 dds volume texture file with no mipmaps
and does it have to be written in binary?

According to the documentation on MSDN, the following code should create an uncompressed
volume texture DDS file that's 32x32x32...

Popularity: 95   •   Tools:  Recategorize

In artificial intelligence testing when three bits are asked when are they One?
Popularity: 93   •   Tools:  Recategorize   •   Needs Answer

How do you program with .dlls?

Introduction to DLLs......DLLS as the name suggests are the Dynamic Linked Libraries, majorly
comprises of the Classes (inclusive...
Popularity: 93   •   Tools:  Recategorize

What are the major computer programming language?

Cobol, Fortran, Basic, ALGOL, Pascal, Aida, C, C++, Java, Python, Pearl Are some, but for a
full list look in the related links...

Popularity: 93   •   Tools:  Recategorize

How do you transition from user mode to kernel mode?

You would have to be logged in as the administrator. ANSWER It depends on your operating
system. A kernel is basicaly a line of...

Popularity: 92   •   Tools:  Recategorize

What is the difference between catch exception e catch error err and catch throwable t?

In Java it is related to the class hierarchy of exceptions. Throwable is the root object of the
heirarchy, and both Exception...

Popularity: 90   •   Tools:  Recategorize

Why do compiler writers need formal grammars?

Just as a person requires knowledge of the syntax (structure) and semantics (meaning) of a
spoken language, so too does the...

Popularity: 89   •   Tools:  Recategorize

Why do you use an interface for implementing methods Isn't it just extra work?

By creating an interface, the programmer creates a method to handle objects that implement it in
a generic way. An example of...

Popularity: 87   •   Tools:  Recategorize

What is the function of catch Exception E?

In Java, if there is a run-time error then it allows the user to explicitly handle it by catching it in
the catch block. If there...

Popularity: 87   •   Tools:  Recategorize

How can you make a graphics program portable?


Any program can become portable (if that means multi-platform) by rewritting in a programming
language like Java and including...

Popularity: 86   •   Tools:  Recategorize

How can you disable the save a copy button in pdf files in code?

I think that's a feature of the full Adobe Acrobat. You can set security options for the PDFs you
produce with that...

Popularity: 86   •   Tools:  Recategorize

What program is used to open src computer files?

.src is mostly an arbitrarily used extension which in most cases aren't associated with any
specific program. Mostly it stands...

Popularity: 86   •   Tools:  Recategorize

How can you convert a flash file into a Windows screen saver?

You can convert Shockwave Flash (*.swf) files into Screen Saver files (*.scr) using a program
like InstantStorm, see the related...

Popularity: 85   •   Tools:  Recategorize

What is Delphi?

AnswerDelphi is the name of the commercial Integrated Development Environment (IDE) for
RAD created by Borland (see...

Popularity: 85   •   Tools:  Recategorize

When a derived class object is deleted which gets deleted first - the base class object or the
derived class object?

When there is no further use of derived class obect in execution sequence then It gets deleted.
calling of distructor sequence...

Popularity: 85   •   Tools:  Recategorize

What are the four distinct reasons when new processes might be created?

1 reasons for creating multiple processes is 1- If in an application there are various independent
major operations, we can...
Popularity: 85   •   Tools:  Recategorize

What would be the benefits of using a time-sharing system rather than a PC or single-user
workstation?

The benefits to this are the same as you are using right now reading this page. A time-sharing
system (what we call a server...

Popularity: 85   •   Tools:  Recategorize

In VB what does business refer to?

VB often refers to Visual Basic, so I am not sure what 'business" you are referring to.

Popularity: 83   •   Tools:  Recategorize

What is the difference between static and local declaration?

First, lets speak about the scope of a variable. The scope of a variable is the section of the
application that can see and...

Popularity: 83   •   Tools:  Recategorize

What is immersive multimedia in education?

I am a major Athlon fan, every computer i've every purchased on my own has ran athlon, or
duron, thunderbird, or anything but...

Popularity: 83   •   Tools:  Recategorize

What is a fork in computer programming?

fork() is a concept that originated in the UNIX world. Running programs are called processes,
and the only way to execute a...

Popularity: 82   •   Tools:  Recategorize

How can you enlarge the pictures on your piczo website?

1.Get a picture and put it on your site. 2.Hold the arrow that diagonal and shape it whichever
way you want. 3.If some don't do...

Popularity: 82   •   Tools:  Recategorize

How can you write a messageDlg?


I think the following javascript code will help u : just chek n try it once function disp_alert()
{ alert("I am...

Popularity: 81   •   Tools:  Recategorize

Where did the word Internet come from?

Internet comes from "Inter-Network" which is simply the description applied to several
"computer networks" linked together....

Popularity: 80   •   Tools:  Recategorize

What is the main use of the function pointer?

AnswerFunction Pointers are basically used when we want to select a function which is to be
used dynamically at run...

Popularity: 77   •   Tools:  Recategorize

What is the floating point unit used for on the processor system?

"Floating Point" refers to the decimal point. Since there can be any number of digits before and
after the decimal, the point...

Popularity: 75   •   Tools:  Recategorize

How do you use float values in Linux?

This is such an incredibly vague question. How do you want to use them? In C Programming?
perl? python? at the command-line?...

Popularity: 75   •   Tools:  Recategorize

Is using AssemblyLoad a static reference or dynamic reference?

Dynamic references are constructed on the fly as a result of calling various methods, such as
System.Reflection.Assembly.Load....

Popularity: 75   •   Tools:  Recategorize

How do you decode Unicode?

That depends on your situation. If you have a Unicode-encoded file that you wish to read, you
can try to open it with a...

Popularity: 74   •   Tools:  Recategorize


What are macros?

Macros, which are special lines/fragments of code, differ from any other code written in the
source files in the aspect that it's...

Popularity: 72   •   Tools:  Recategorize

What are the main steps involved in the waterfall model of information systems
development?

The Waterfall Model: A classic SDLC model, with a linear and sequential method that has goals
for each development phase. The...

Popularity: 71   •   Tools:  Recategorize

How do you print a .prn file using vb code?

give print then select print to file give the file name that file may prn file by

Popularity: 70   •   Tools:  Recategorize

When class will be used and when structure will be used?

In class default members are private and in structure default members are public ,When ever you
want to hide data from outside...

Popularity: 70   •   Tools:  Recategorize

How do you create a daemon process in UNIX?

In Solaris, you need to disconnect your program from your "terminal" ( scripts generally inherit
the stdin, stdout, and stderr of...

Popularity: 70   •   Tools:  Recategorize

How do you declare an N-Dimensional array using Malloc?

include <stdlib.h> int **array1 = malloc(nrows * sizeof(int *));for(i = 0; i < nrows; i++)array1[i]
= malloc(ncolumns *...

Popularity: 69   •   Tools:  Recategorize

How many threads run at the start of JVM?

at the starting of the JVM it handels approx 7000 threads .........


Popularity: 68   •   Tools:  Recategorize

What are the ways of preventing duplicate values in a field?

Vague question, but if you are talking about a database field, the simple way is to create a unique
index on the field (if the...

Popularity: 66   •   Tools:  Recategorize

Why should main be declared static and is declaring it public and void not sufficient?

The static modifier means that it does not have to be instantiated to use it. Before a program runs
there are technically no...

Popularity: 65   •   Tools:  Recategorize

What is the difference between rdbms and ordbms?

Relational Database Management System. A type of DBMS in which the database is organized
and accessed according to the...

Popularity: 64   •   Tools:  Recategorize

How do you achieve or establish reliability?

follwing rules, policies, procedures and schedules

Popularity: 64   •   Tools:  Recategorize

What is the difference between procedure oriented language and object oriented language
in computer?

Object Orientation [OO], in general, is a methodology for modeling the real world or at least the
problem being solved, by...

Popularity: 63   •   Tools:  Recategorize

What is the difference between multi-tasking and multi-processing?

Multitasking is a method for multiple tasks to share a single resource, like a CPU. This is usually
accomplished in software via...

Popularity: 63   •   Tools:  Recategorize

What is debugging?
In computer language, debugging is finding and removing "bugs" which cause the program to
respond in a way that is not intended.

Popularity: 63   •   Tools:  Recategorize

What is dynamic memory allocation?

Often an application needs additional memory for the temporary storage of data. For example,
the C programming language allows...

Popularity: 62   •   Tools:  Recategorize

How do you define a process in rtos?

RTOS(Real Time Operating System) can execute multiple programs concurrently. At any time
there may be tens of programs...

Popularity: 62   •   Tools:  Recategorize

Can you declare a Destructor as Private?

No .... Whats the point of declaring destructor as a private when it is supposed to be designed to
free the memory after...

Popularity: 60   •   Tools:  Recategorize

What are cmm pcmm levels?

CMM expands to Capability Maturity Model. A rating of 1 (lowest) to 5 (highest) is given that
rates the maturity of software...

Popularity: 58   •   Tools:  Recategorize

What is computer programming?

Computer Programming is a way of creating new programs. There are different languages which
can be sorted into two different...

Popularity: 58   •   Tools:  Recategorize

What does it mean if a digital filter is IIR?

We can divide filters two types based on the length of the impulse resopnse 1. FIR where the
impulse responce is finite 2....

Popularity: 57   •   Tools:  Recategorize


What is the difference between static variables and volatile variables?

In computer science, there are several precise meanings of static variable, depending upon the
use and context. In all cases,...

Popularity: 57   •   Tools:  Recategorize

What is encapsulation?

(1) In programming, the process of combining elements to create a new entity. For example, a
procedure is a type of encapsulation...

Popularity: 56   •   Tools:  Recategorize

In VB 6 what is the definition of a project and application?

An application is code that is written and then compiled into an executable. A project on the
other hand may be considered as as...

Popularity: 56   •   Tools:  Recategorize

What is the difference between Orthographic and Isometric Drawings?

AnswerOrthographic (ortho=right, true, correct; graphic=drawing) projection is the arrangement


of Plan, Side, Font or Back...

Popularity: 55   •   Tools:  Recategorize

What should be given at in if printf hello else world to get the output helloworld that is to
make both the statements in ifelse clause to execute what should be given in if clause?

main() { if( !fork() ) printf("Hello"); else printf("World"); } This works fine. if...

Popularity: 55   •   Tools:  Recategorize

What does static variable mean?

A common misconception about and misuse of the static qualifier is: A static variable is program
variable that does not...

Popularity: 55   •   Tools:  Recategorize

What is the use of a namespace?


There are many situations when writing a computer program that requires one to make use of
libraries provided by other people. ...

Popularity: 55   •   Tools:  Recategorize

What is the maximum amount of memory any single process on Windows can address and
is this different from the maximum virtual memory for the system?

Processes access virtual memory space, not physical memory. Applications never access RAM
directly but only through the memory...

Popularity: 54   •   Tools:  Recategorize

What is difference between zero value and NULL strings?

Programming languages store data in different data types. A zero value would belong to a
numeric data type such as float, single,...

Popularity: 54   •   Tools:  Recategorize

What does the phrase 'flipping the bozo bit' mean?

Flipping the bozo bit means you know someone is reliably wrong. The person has been
permanently switched off in your mind as...

Popularity: 54   •   Tools:  Recategorize

What is difference between ArrayList and Vector?

1)Synchronization: Vector is synchronized and arraylist are not. 2)Increment size: Vector can
increment the size by...

Popularity: 54   •   Tools:  Recategorize

What is Thread Synchronization?

Thread synchronization requires that a running thread gain a "lock" on an object before it can
access it. The thread will wait...

Popularity: 53   •   Tools:  Recategorize

What are Boolean operators and how are they used?

Boolean operators are used in programming. It would be hard for me to explain exactly how they
are used in programming without...
Popularity: 53   •   Tools:  Recategorize

What is difference between Abstract Class and Interface?

All the methods declared inside an Interface are abstract. Where as abstract class must have at
least one abstract method and...

Popularity: 53   •   Tools:  Recategorize

What is the best Facebook application?

The most played apps are Farmville and Mafia War.

Popularity: 52   •   Tools:  Recategorize

If you have a computer game code how do you use it as an actual computer game?

If you have the SOURCE CODE for the game and the complete source code, you need to figure
out which programming language it is in...

Popularity: 51   •   Tools:  Recategorize

What is the difference betwen enumrerated datatype and typedef?

Its very Simple that using Enumerated data type you are making special integers that flow within
range, While a typedef is...

Popularity: 51   •   Tools:  Recategorize

Is it possible to create a program to vote automatically and repeatedly in an on line


contest?

Of course. It would be no problem at all for the average college student studying information
technology. Of course it would be...

Popularity: 51   •   Tools:  Recategorize

What is the difference between Strings and Arrays?

A data item (or variable) is described as a "string" type when it contains some number of
characters. Those characters can...

Popularity: 50   •   Tools:  Recategorize

How do you explain what near far and huge pointers are to a beginner?
If you're a beginner you don't need to worry about near and far pointers. They are a concept that
have been obsoleted on most...

Popularity: 50   •   Tools:  Recategorize

How can you start the program 'read in the lengths of the sides of a triangle and determine
whether the triangle is an isosceles triangle two sides are equal an equilateral triangle three
sides are'?

This would depend on what programming language you wanted to write it in. For example, in
Pascal, the code might look like this: ...

Popularity: 50   •   Tools:  Recategorize

Can you specify variable field width in a scanf format string If possible how?

You can't specify a variable field with a fixed format string, but you can get around this by
making the format string...

Popularity: 48   •   Tools:  Recategorize

What is the difference between querystring and viewstate?

I assume were talking Dot Net Querystring is derved from the URL Example: this.com?
id=123&subject=this id and subject...

Popularity: 48   •   Tools:  Recategorize

How do you pre-program a PC to record radio programs similar to video pre-


programming for television?

First, you have to have a way for your PC to capture the Radio signal, such as a card or USB
device built especially for that...

Popularity: 47   •   Tools:  Recategorize

What is the difference between multi-tasking and hyper-threading?

Basically multi-tasking is related with the OS & hyper-threading with the processors. Multi-
tasking means running several tasks...

Popularity: 47   •   Tools:  Recategorize

What is the difference between assemblers interpreters and compilers?


Assemblers convert Assembly code to machine code Interpreters convert high level code to real-
time machine code and store it in...

Popularity: 46   •   Tools:  Recategorize

What is the difference between static global and local global variable?

From Java point of view, static global class members are shared among all class instances and
can be accessed from any class...

Popularity: 46   •   Tools:  Recategorize

How do you do casting with pointers?

The question posed is a bit difficult to answer as there are no context specific clues (are we
talking C/C++ here, or something...

Popularity: 46   •   Tools:  Recategorize

What is real time processing and batch processing?

Real time processing In a real time processing, there is a continual input, process and output of
data. Data has to be processed...

Popularity: 45   •   Tools:  Recategorize

What is the maximum size of memory available for dynamic memory allocation?

The maximum memory that can be dynamically allocated depends on the size of the heap
memory. Dynamic blocks of memory can be...

Popularity: 44   •   Tools:  Recategorize

What is the difference between time sharing and multiprogramming?

Time sharing is a way of sharing out computer facilities between a number of people who want
to use the computer at the same...

Popularity: 43   •   Tools:  Recategorize

Where can you find a vbnet tutorial e-book?


Popularity: 43   •   Tools:  Recategorize   •   Needs Answer

What are the softwares or languages that i should learn along with software testing tools
like QTP to become a good software testing engineer?
The fact is that there is no END to learning software testing. however you can be proficient and
in great demand if u have these...

Popularity: 43   •   Tools:  Recategorize

How do you fix your computer screen when there is about 1 inch or less of black space on
the ends where the screen should be stretched out more?

You will need to initiate the menu function of the monitor itself. This varies from montior to
monitor, but try pressing the...

What is the difference between procedural and nonprocedural language?

Procedural languages are used in the traditional programming that is based on algorithms or a
logical step-by-step process for...

Popularity: 42   •   Tools:  Recategorize

How do you inherit private member of a base class in derived class through inheritance?

You can't. But you can do something similar by making the private members in the base class
protected as opposed to private. This...

Popularity: 42   •   Tools:  Recategorize

How do you create a browser based instant messenger without knowing any programming
language?

You don't. It's not possible. Learn Visual Basic. It's not nearly as hard as most people expect it to
be. The Meebo...

Popularity: 41   •   Tools:  Recategorize

How can you add a computer program that has a timer to cut off in 45 days it you have
received payment for the program you designed for sale?

Well, there is one cheap way of doing that is no one had ever thought of. hahhha. If you are
using Windows XP, use your program...

Popularity: 41   •   Tools:  Recategorize

How do you construct a series of dds 2D images and construct it into a 3D texture?
Popularity: 40   •   Tools:  Recategorize   •   Needs Answer

What are threads?


Many programming languages, operating systems, and other software development
environments support what are called "threads" of...

Popularity: 40   •   Tools:  Recategorize

What is the difference between macintosh and IBM?

Macintosh is a line of computers built by Apple, Inc. IBM is a major IT company, involved in
many computer-related fields,...

Popularity: 40   •   Tools:  Recategorize

What are the differences between object-oriented programming languages and generation
1-4 programming languages How are they similair?

Object oriented computer programming and design methodology has become popular as a way
of modeling and solving many programming...

Popularity: 39   •   Tools:  Recategorize

What are the four phases of computer data processing?

Identify the problem. Develop a solution. Implement the solution. Monitor the results. input
process output

Popularity: 39   •   Tools:  Recategorize

What is definition design?

the act of working out the form of something (as by making a sketch or outline or plan); "he
contributed to the design of a new...

Popularity: 39   •   Tools:  Recategorize

List the application-level requirements for the Currency Conversion project?

Must model each currency. Must do I/O and currency calculations without crashing.

Popularity: 39   •   Tools:  Recategorize

Who is Stephen Wolfram and what has he written?

Stephen Wolfram is the creator of Mathematica software. He wrote a book called "A New Kind
of Science" that computer science...

Popularity: 38   •   Tools:  Recategorize


Why you are mark a class protected for inheritance?

Public, Private and Protected "keywards/ access modifiers" are used similarly as they are with
variables. Protected variables,...

Popularity: 38   •   Tools:  Recategorize

System analysis and design methodologies when building a hospital maintenance system?
Popularity: 38   •   Tools:  Recategorize   •   Needs Answer

What is document repository?

A place where you store your documents. However, this may have special meaning within
certain contexts/applications.

Popularity: 38   •   Tools:  Recategorize

What is the difference between symbolic link and hard link?

A hard link is an actual physical entity representing the link. i.e.--data file on a server.A
symbolic link is a pointer to a...

Popularity: 37   •   Tools:  Recategorize

What are examples of microcomputers?

Just about any computer that you can sit on your desk as a self-contained unit is in the class
"microcomputer". This includes...

Popularity: 37   •   Tools:  Recategorize

What programming language is Oracle Enterprise One ERP software written in?

JAVA Most Oracle applications are programmed in Java. And oracle enterprise one is not an
exception it is also programmed in Java.

Popularity: 36   •   Tools:  Recategorize

What experience do they need to have and more importantly what experience do they need
to develop to progress further in their career in the game design area?
Popularity: 36   •   Tools:  Recategorize   •   Needs Answer

What is the difference between the based indexed and based indexed with displacement
with a piece of code?
Popularity: 35   •   Tools:  Recategorize   •   Needs Answer
What contribution did Ada Byron make to computing?

Ada Lovelace wrote the first computer program ever written. Ada, the Countess of Lovelace,
was the daughter of the poet Lord...

Popularity: 35   •   Tools:  Recategorize

Will a home computer automatically change to Daylight Saving Time?

It will change only if you have it set up to do so or you have your time automatically update from
a time server (if you have a...

Popularity: 34   •   Tools:  Recategorize

What are Free and Open source development?

Closed source: Windows Open source: RedHat for Linux Any linux program you install on your
machine, it's code is available to...

Popularity: 34   •   Tools:  Recategorize

What is a pointer?

AnswerBy analogy, an electronic pointing device such as the TrackPoint used on ThinkPad
notebook computers, and similar devices...

Popularity: 34   •   Tools:  Recategorize

What is the best programming language to start with if you want to learn programming for
the first time also where is a tutorial for it or a book you would recommend that teaches it?

Ok,After you read what i have to say read below here A To me.This is a simple question if you
want to be a web developer HTML...

Popularity: 34   •   Tools:  Recategorize

What are the disadvantages of using computers?

Disadvantages of computers: Computers can make the mind lazy. You get used to not reading a
book, or researching something at...

Popularity: 34   •   Tools:  Recategorize

What are the different possible approaches to system error correction in compilers?
Popularity: 33   •   Tools:  Recategorize   •   Needs Answer
What is the definition of thread?

A computer runs many applications at once, each instance of an application is known as a


process. Each process is made of 1 or...

Popularity: 33   •   Tools:  Recategorize

Who is Mark Dain and why is he cool?

From NobelPrize.org (see source link under Web Links): Mark Dain was born on December,19th
1994 and he is really cool and he is...

Popularity: 33   •   Tools:  Recategorize

You can send e mail on vista windows mail but can't receive get socket 10060 error
0x800ccc0e?

hdtf I can receive but not send and get the same error message. So how do you fix it?

Popularity: 33   •   Tools:  Recategorize

Why do you think prototyping has become a popular way to develop new computer-based
business systems?

Why do you think prototyping has become a popular way to develop new computer-based
business systems?"

Popularity: 33   •   Tools:  Recategorize

If you have written front ends VB and D2k is it right or they are not front ends?
Popularity: 32   •   Tools:  Recategorize   •   Needs Answer

What is the diference between a function and a method?

In an Object Oriented Programming (OOP) language like Java, it is called a method. In a


procedural language (like QBASIC or PHP)...

Popularity: 32   •   Tools:  Recategorize

How 'free' works in c language if you want to free a structure whose elements are itself
pointers?

Assuming that the structure you want to free points to OTHER structures that have been
malloc'ed, you need to free any malloc'ed...
Popularity: 32   •   Tools:  Recategorize

What is the difference between a function pointer and a pointer to a function?

two name for a same thing! :-)

Popularity: 32   •   Tools:  Recategorize

What are the differences between Linux Unix and Solaris?

Unix is a classification of operating systems that conform to a certain specification, based on that
of the original Unix...

Popularity: 32   •   Tools:  Recategorize

How can you print the list in a folder?

Typically, there should be a file menu at the top left of your screen where you can access
printing and even see a print preview!...

Popularity: 32   •   Tools:  Recategorize

What is reflection?

Reflection is the change in direction of a wave at an interface which makes it return to the
original medium.this was discovered...

Popularity: 32   •   Tools:  Recategorize

What is the minimum and maximum size of the exponent in a floating point number?

The exponent field for a float data type according to the IEEE-754 Standard is comprised of 8
bits, a whole number range of 0-255.

Popularity: 31   •   Tools:  Recategorize

What is Data Structures?

The data structures are user defined data types specifically created for the manipulation of data in
a predefined manner....

Popularity: 31   •   Tools:  Recategorize

How do you get rid of a 'Right operand of assignment does not have a compatible pointer
type' warning?
Depends on your code. Post it, along with your variable declarations.

Popularity: 31   •   Tools:  Recategorize

How can a sleeping process wake up in Linux?

When an interrupt occurs for which the process was waiting the OS should start executing the
process. If the process isn't...

Popularity: 31   •   Tools:  Recategorize

How to write your own function for standard library functions strcat strcpy strcmp?

Run through the char array Though i cannot think of a reason do to it (why not use the available
methods in the string.h ?) , it...

Popularity: 31   •   Tools:  Recategorize

What are the advantages of computer being multiprocessing?

disadvantages of computer

Popularity: 31   •   Tools:  Recategorize

What does dot com in Internet addresses mean?

The .com suffix stands for Commercial. The distinction has blurred over the recent years;
initially, 3-letter suffixes were used...

Popularity: 31   •   Tools:  Recategorize

What is the purpose of factless fact table in Data Warehouse?

Factless fact tables are used for tracking a process or collecting stats. They are called so because,
the fact table does not...

Popularity: 31   •   Tools:  Recategorize

What is sap 1 architecture?

SAP is Simple As Possible Computer. The type of computer is specially designed for the
academic purpose and nothing has to do...

Popularity: 31   •   Tools:  Recategorize

What is open-source software?


Open source software (OSS) is defined as computer software for which the source code and
certain other rights normally reserved...

Popularity: 31   •   Tools:  Recategorize

What is the difference between multitasking and multiprogramming?

Multiprogramming is a method of running several different programs in a computer apparently at


the same time. Usually on a...

Popularity: 30   •   Tools:  Recategorize

What is a handle in Windows Programming?

A handle is a reference for the operating system. It does not have the semantics of a
programming reference but what it does do...

Popularity: 30   •   Tools:  Recategorize

What is the difference between an EXE and a DLL?

An exe is an executible program. A DLL (Dynamic Link Library) is a file that can be loaded and
executed by programs dynamically....

Popularity: 30   •   Tools:  Recategorize

What skills and personalities are computer game developers looking for?

They want people with awesome skills in the computer department! they want people ready to
work 24/7 on new games and the fun...

Popularity: 30   •   Tools:  Recategorize

How do pipelining and the system clock affect processing speed?

With pipelining, the CPU begins executing a second instruction before the first instruction is
completed. Pipelining results in...

Popularity: 30   •   Tools:  Recategorize

What is artificial intelligence?

AnswerArtificial Intelligence refers to an Artificially constructed intelligence rather than to one


which has developed naturally...

Popularity: 30   •   Tools:  Recategorize


What do you need to know to make a electronic game?

You need to know how to make it on the computer and you need to know all the graphics and
size of the game. You also need to know...

Popularity: 30   •   Tools:  Recategorize

What does the new function do?

The new keyword creates a new Object.

Popularity: 30   •   Tools:  Recategorize

What is an example of a logic error?


Popularity: 30   •   Tools:  Recategorize   •   Needs Answer

What are non alphanumeric values?

!@#$%^&*() basically they are any characters that do not contain the value of a number or a
letter. AnswerIt is data...

Popularity: 30   •   Tools:  Recategorize

What is the difference between array of pointers and pointer to an array?

An array of pointers is that for eg if we have array of 10 int pointers ie int *a[10] then each
element that which is stored in...

Popularity: 30   •   Tools:  Recategorize

Which is the best and most current programming language for writing a GUI web-based
finance software for banks?

"GUI web-based" limits your choices to Java (JSP), ASP.NET and PHP.

Popularity: 29   •   Tools:  Recategorize

Where can you find QALoad tutorials?

Do a google search or check ebay.

Popularity: 29   •   Tools:  Recategorize

What is osd lockout?


OSD (On Screen Display) lockout. To resolve the issue you can hold the power button of the
monitor until you get another message...

Popularity: 29   •   Tools:  Recategorize

What is the difference between artificial neural network and hidden Markov model
methods?

An artificial neural network is a structure which will attempt to find a relationship i.e. a function
between the inputs, and the...

Popularity: 29   •   Tools:  Recategorize

Where is john connor?


Popularity: 29   •   Tools:  Recategorize   •   Needs Answer

How do you make Basic4GL and or Just Basic use the speaker inside the computer?
Popularity: 28   •   Tools:  Recategorize   •   Needs Answer

What are the advantages and disadvantages of using template classes?

Template is used to implement the concept of generic programming. Templates allow us to


generate a family of classes or a family...

Popularity: 28   •   Tools:  Recategorize

What does the error message X pager exe entry point not found mean?
Popularity: 28   •   Tools:  Recategorize   •   Needs Answer

What programming languages are the easiest to learn for beginners?

AnswerBASIC,C,C++  AnswerVBA Basic. There are many versions, but the basics are the
same. BASIC was one of the first...

Popularity: 28   •   Tools:  Recategorize

Why do computers use the binary code instead of the decimal system?

Binary is a set of instructions used to control the computer, and works from 1's and 0's, but the
computer understands them as on...

Popularity: 28   •   Tools:  Recategorize

What is an algorithm?
An algorithm is a sequence of unambiguous instructions for solving a problem, i.e., for obtaining
the required output for any...

Popularity: 28   •   Tools:  Recategorize

What is a software developer?

Someone who creates software applications.

Popularity: 28   •   Tools:  Recategorize

How do you convert a decimal fraction to binary fraction?

The basic way of doing it with pencil and paper. Write down "0." (i.e. "zero point") Start with
n=-1 and your number x If 2^n...

Popularity: 28   •   Tools:  Recategorize

What is c?

If you mean in Einstein's famous equation E=MC2, C is the Constant (i.e. the speed of light)
because the other variable, Mass...

Popularity: 28   •   Tools:  Recategorize

How do you write the algorithm to find the factorial of a number?

! /usr/bin/env ruby def fac(n) return 1 if n<=1 return n * fac(n-1) end puts fac(gets.to_i)

Popularity: 28   •   Tools:  Recategorize

What is a batch file?

A batch file is a script type of file that performs DOS based functions. Normally used to facilitate
a large job such as a copy...

Popularity: 28   •   Tools:  Recategorize

What is the differences between algorithm and program?

algorithm is a step by step outline or flowchart how to solve a problem. program is an


implemented coding of a solution to a...

Popularity: 28   •   Tools:  Recategorize


How do you remove the f-source button from an f-source drop-down menu Is there a code
to be removed for this?

You need to purchase the full version of the f-source product in order to get rid of the f-source
button. The trial version does...

Popularity: 27   •   Tools:  Recategorize

If during compilation in CC compiler changes the name of the function ie func to


2314ufdifunc what to do so that the compiler will use the same name given by the user?

set the environment variables CC=gcc export CC then it takes the compiler as gcc

Popularity: 27   •   Tools:  Recategorize

What is the difference between EJB and RMI?

RMI simply offers remote access to an object running in another process. But EJB offers far
more services than RMI. EJB...

Popularity: 27   •   Tools:  Recategorize

What does NP equal P mean?


Popularity: 27   •   Tools:  Recategorize

How do you solve thr error The Instruction at 0x7c93426d referenced memory at
0x6e656741 The Memory could not be read?

Go to mircosoft web page. and go to there search bar and type in kb. then type in what you just
type in here.

Popularity: 27   •   Tools:  Recategorize

Why do you get error 299 only part of a read process memory or write process memory
request was completed when you try to start the print spooler on your dell computer for a
lexmark printer?

Hello, same problem here, trying to solve it. probably it's a missing file. on this computer the
major problem is a hard drive...

Popularity: 27   •   Tools:  Recategorize

What is a difference between high level language and low level language?
The most basic difference is that the statements in a low level language can be directly mapped
to processor instructions, while...

Popularity: 27   •   Tools:  Recategorize

How many copies of the Common Language Runtime CLR can be executing on a machine?

The CLR is loaded once per process mainly windows process which is the host for all
applications

Popularity: 27   •   Tools:  Recategorize

What is a geographic information system GIS explain advantage of such system?

A geographic information system differs from other computerized information systems in two
major respects. First, the information...

Popularity: 27   •   Tools:  Recategorize

Where do you get more documentation regarding hyperthreading?


Popularity: 26   •   Tools:  Recategorize   •   Needs Answer

What do you do when a box comes up that says object reference not set to an instance of
object?

in vb.net dim xyz as myclass=new class or dim xyz as new myclass you might have missed the
new key word Think of all...

Popularity: 26   •   Tools:  Recategorize

If the variables in a union use the same address so the previous value will be lost if a new
value is entered how do you get the previous value?

quite a low level view required ......everything stored in memmory is in form of bits (i.e. a
sequence of 01). It dependes upon...

Popularity: 26   •   Tools:  Recategorize

How do you know if someone knows your email address?

If you receive an email from them.

Popularity: 26   •   Tools:  Recategorize

What is the difference between a process and a task?


TASK : A Particulat Work to be Done is known as TASK PROCESS : one or more PROCESS
will be required to complete a task.

Popularity: 26   •   Tools:  Recategorize

What is difference between a data structure and an algorithm?

A data structure is the way you define a certain object in a program language. If you define a
data structure for a contact in a...

Popularity: 26   •   Tools:  Recategorize

How to write a program to find the delimiter matching in stacks?

using recursions: unsigned int Factorial( unsigned int x) { if(x>0) { return ( x *...

Popularity: 26   •   Tools:  Recategorize

What is strong-typing versus weak-typing?

Strong-typing vs Weak-typingStrong type is checking the types of variables at compile time.


Weak typing is checking the types of...

Popularity: 26   •   Tools:  Recategorize

What is queue?

A line of people. British English. It can also mean a line of vehicles, for instance. There are 2
other meanings: In...

Popularity: 26   •   Tools:  Recategorize

Why is the Internet vulnerable?

I'm no tech expert but I think the simple answer is that its because anyone can access it. If
everybody had access to the...

Popularity: 26   •   Tools:  Recategorize

How do you become a hacker?

The formal way to do this would be to take 3 courses, those being: Comptia A+ (where you learn
all about computers and how they...

Popularity: 26   •   Tools:  Recategorize


What is the differences between algorithm program and pseudocode?

Pseudocode is a statement which is not language specific, Psuedocode is not syntax related,
consider it a plan for the algorithm,...

Popularity: 26   •   Tools:  Recategorize

How do you program fta captive works cw-600s premium with a loptop?

CaptiveWorks CW600s Manual Key Entry for when Autoroll is not working. Step 1: Turn Off
AUTOROLL Go to Menu. Go To System...

Popularity: 26   •   Tools:  Recategorize

What is the history of the algorithm?

The concept of an algorithm originated as a means of recording procedures for solving


mathematical problems such as finding the...

Popularity: 26   •   Tools:  Recategorize

What is the difference between a GUI and a CUI?

CUI stands for Character User Interface,it means that u have to type commands to interact with
ur computer. e.g. - In DOS for...

What are the components of database management system DBMS?

They are the Data, users/people, procedure, hardware and software. Data is the most important
component of this system which is...

Popularity: 15   •   Tools:  Recategorize

Define programming cycle?

Steps for Programming Cycle try to understand and analyze the problem. write the algorithm or
draw the flow chart for the...

Popularity: 14   •   Tools:  Recategorize

What are the advantages of hard disk drive?

1. Hard disk space is relatively cheap, as low as 13p per GB 2. Hard disks store data without the
need for a constant...
Popularity: 14   •   Tools:  Recategorize

What is a friend function?

It is a function with keyword friend. it is a non member function of a class that as the access to
the private and protected...

Popularity: 14   •   Tools:  Recategorize

What is the Difference between array and structures?

the main diffs b/n array n structure is .. array is derived data type structure is user-defined data
typr arrays contains set...

Popularity: 14   •   Tools:  Recategorize

Can you connect a MAC to an TV?

If your tv has a DVI input then you can get a DVI cable and connect your computer to your tv.
Also, you can buy a Component...

Popularity: 14   •   Tools:  Recategorize

Explain the different type of operator in C with example?


Popularity: 14   •   Tools:  Recategorize   •   Needs Answer

Programming code for depth first search in c-language?

http://ds4beginners.wordpress.com/2006/10/05/depth-first-search/

Popularity: 14   •   Tools:  Recategorize

What is the difference between the C-class the E-class and the S-class Mercedes Benz cars?

The Mercedes C class is a car that you can use everyday, because its small, powerful with a V6,
and luxury. Varying whether you...

Popularity: 14   •   Tools:  Recategorize

What is the advantage of doubly linked list over linear linked list?

A doubly linked list can be traversed in both directions (forward and backward). A singly linked
list can only be traversed in...

Popularity: 14   •   Tools:  Recategorize


How do you write a C program to calculate the factorial of given no?

// Iterative solution unsigned long iterativeFactorial(const unsigned long n) { unsigned long i,


factorial = 1; for(i = 1; i...

Popularity: 14   •   Tools:  Recategorize

What are the differences between structures and arrays?

Arrays are collections of repeated data items. Structures are complex data items made up of other
data items, including,...

Popularity: 13   •   Tools:  Recategorize

Why c language is called middle level language?

why C is Middle Level Language C Programming language is called as Middle Level Language
because (i) it gives or behaves as High...

Popularity: 13   •   Tools:  Recategorize

Write a program to show array within class in c?

class is defined in c++ my dear so in C there is no structure of class.for c++ class private { int
x[10],y; cout

Popularity: 13   •   Tools:  Recategorize

Can you use the function fprintf to display the output on the screen?

baaaaaaaaaaaaaaal debooooooooo.

Popularity: 13   •   Tools:  Recategorize

What is far pointer in c language?

its pointer created for high safety that cant be find by anyone.

Popularity: 13   •   Tools:  Recategorize

What is Realloc?

realloc - memory reallocator it is initialised as follows: include <stdlib.h> void *realloc(void


*ptr, size_t...
Popularity: 13   •   Tools:  Recategorize

What is billing system using c program?

A Billing System is a combination of a Software Application/s and a Database/s designed too


take customer information regarding...

Popularity: 13   •   Tools:  Recategorize

What is a constructor?

A constructor is a special type of function that gets called every time you initialize a class. For
example, say you have this...

Popularity: 13   •   Tools:  Recategorize

What is structured programming?

a. Having a well-defined structure or organization; highly organized: a structured environment.b.


Arranged in a definite pattern.

Popularity: 13   •   Tools:  Recategorize

What are the disadvantages of the C programming language?


Popularity: 13   •   Tools:  Recategorize   •   Needs Answer

Sort the following numbers 19 5 28 2 7 using bubble sort?

Passes: bold are "sunk" into place 1: 5 19 2 7 28 2: 5 2 7 19 28 3: 2 5 7 19 28 4*: 2 5 7 19 28


*The last pass had no swaps,...

Popularity: 13   •   Tools:  Recategorize

What do you mean by a static function?

In Java, a static function is not attached to a particular object, but rather to the whole class. For
example, say we have the...

Popularity: 13   •   Tools:  Recategorize

What types of errors can occur in c language?

Errors in C can be of following types: 1. Syntax Errors: Errors in syntax(grammar) of the


program. 2. Semantic Errors: Errors...

Popularity: 13   •   Tools:  Recategorize


Why can you not declare void variables in c?

void, in C, is a type that has no size. Thus, if you were to declare a variable of type "void", the
compiler would not know how...

Popularity: 13   •   Tools:  Recategorize

What is big oh notation?

Big O notation allows to specify the complexity of an algorithm in a simple formula, by


dismissing lower-order variables and...

Popularity: 13   •   Tools:  Recategorize

How do you print a far pointer value in a C programming environment using small
memory model?

(*p)[23]

Popularity: 12   •   Tools:  Recategorize

How do you run a dos command from a c program?

include <stdlib.h> int main() { system("dir"); return 0; }

Popularity: 12   •   Tools:  Recategorize

When do you use function pointers in C?

One of the big uses for function pointers in C is to call a function defined at run-time. For
example, the C run-time library has...

Popularity: 12   •   Tools:  Recategorize

Can c be used on dos- operating system or xenix operating system?

Yes. There are C compilers for MS-DOS and for Xenix. Santa Cruz Operation OpenServer can
compile programs to run on Xenix. See...

Popularity: 12   •   Tools:  Recategorize

In C programing what is pointer?

Simply put, a pointer is a memory address. It "points" to data at that address. The Data Type of
the pointer tells the program...
Popularity: 12   •   Tools:  Recategorize

What are the areas of data processing?

1. business data processing 2.scientific data processing ako si jayveelim ang data processing

Popularity: 12   •   Tools:  Recategorize

Difference between pointers and arrays in C?

They're related but not totally comparable. A pointer is an address in memory where a variable is
located. An array is a...

Popularity: 12   •   Tools:  Recategorize

How can you generate a palindrome from a given number?

what number is a plaindrome? 654 or 606

Popularity: 12   •   Tools:  Recategorize

How you can interchange two integer values using swap variable in c language?

t = a; a = b; b = t; // t is a third integer variable (swap variable) But here's a way without a swap
variable, given as as a...

Popularity: 12   •   Tools:  Recategorize

Write a c program using dynamic memory allocation function calloc to find sum of two
matrices and also print the resultant matrix?

printf("%s",per>50?:"pass",per<50?:"fail");

Popularity: 12   •   Tools:  Recategorize

What is procedure language?

A procedural language is a programming language in which everything is processed in the order


it appears to the computer. In...

Popularity: 12   •   Tools:  Recategorize

Where can the source code of Prim Algorithm be found?

http://www.brpreiss.com/books/opus4/programs/pgm16_16.cpp
Popularity: 12   •   Tools:  Recategorize

Write a function in c to implement a pyramid of numbers?

for(i=1;i<=5;i++) { for(x=5;x>=i;x--) { printf(" "); } for(j=1;j<=2*i-1;j++) { printf("1"); }


printf("\n"); }

Popularity: 12   •   Tools:  Recategorize

Difference Between Variable And constant?

A variable varies with certain other quantities such as time or with temperature. A constant
remains fixed with any variation of...

Popularity: 12   •   Tools:  Recategorize

Write a c program to compute the sum of digits of a given integer number?

int sumDigits(int n) { int sum = 0; while( n > 0 ) { sum += (n % 10); // add last digit of n to sum
n /= 10; // divide n...

Popularity: 12   •   Tools:  Recategorize

Program to do for cplusplus that needs the else if ladder can you tell you how to do that?

if (bool expression 1) { ... } else if (bool expression 2) { ... } else if (bool expression 3) { ... }

Popularity: 12   •   Tools:  Recategorize

What is linear data structure?

A linear data structure is one in which, while traversing sequentially, we can reach only one
element directly from another. Eg-...

Popularity: 11   •   Tools:  Recategorize

How do you connect oracle with c?

You'll have to get the object code to link in some of the utilities.

Popularity: 11   •   Tools:  Recategorize

Difference between the definition and declaration of a variable in c?

definition defines the memory area ( allocates the memory ) for the variable and the declaration
tells about the signature of the...
Popularity: 11   •   Tools:  Recategorize

C shell programming language through Unix?

I don't see why not. A little archaic though. How about C++ using a Linux distro? I use Ubuntu
and Fedora. They're very similar....

Popularity: 11   •   Tools:  Recategorize

What is the difference between a reference and a pointer in c?

The difference that i learnt very recently and the one i remember :-)Reference cannot be changed
whereas pointer value can be...

Popularity: 11   •   Tools:  Recategorize

What is the maximum combined length of command line arguments including the space
between adjacent arguments?

So for as i know, it depends on the first argument which represents the number of arguments. If
argc is 2 bytes in length, 65535...

Popularity: 11   •   Tools:  Recategorize   •   New Update

What are the advantages of linked lists?

The biggest advantage of linked lists is that they can be expanded in constant time without
memory overhead. For example when...

Popularity: 11   •   Tools:  Recategorize

Difference between memcpy and memmove in C with example?

  Its similar to typing without insert key ON and OFF str1="strings are good");
memmove(str1+8,str1+11,4); ...

Popularity: 11   •   Tools:  Recategorize

What is the difference between structured programming and object oriented


programming?

the main difference is that structured programming deals with the flow of execution, and not,
primarily, with the data. The...

Popularity: 11   •   Tools:  Recategorize


Conversion of decimal to binary in c?

include<stdio.h> #include<conio.h> void main() { int i,n,j,b[100]; clrscr(); printf("Enter a


Number:"); ...

Popularity: 11   •   Tools:  Recategorize

Write a program in c language to reverse a three digit integer number without using loops?

h = x/100; // (1) x = 325, h = 3 (2) x = 1, h = 0 u = x%10; // (1) u = 5 (2) u = 1 y = x - 99* (h - u);


// (1) y = 325 - (-198)...

Popularity: 11   •   Tools:  Recategorize

Write a C function to sort two dimensional integer array in ascending order?

Here's an example using a bubble sort. Note that this is not a very efficient sort, but it works weel
enough with small data...

Popularity: 11   •   Tools:  Recategorize

What are Bit Manipulations in C programming?

in C you can manipulate the individual bits of a data item. << leftwise shift >> rightwise shift &
bitwise AND...

Popularity: 11   •   Tools:  Recategorize

What is the primary difference between binomial heaps and Fibonacci heaps?

www.algo.epfl.ch/contents/output/sempr/fibonacci_heaps_en.pdf

Popularity: 11   •   Tools:  Recategorize

What are the applications of C programming language?

C language is used for creating computer applications and also used a lot in writing embedded
software/firmware for various...

Popularity: 11   •   Tools:  Recategorize

What is the difference between an algorithm and a flowchart in general?

Algorithm is step wise analysis of the work to be done. Flow chart is a pictorial representation of
an algorithm. As flow chart...
Popularity: 11   •   Tools:  Recategorize

What is the Disadvantage of c?

It is not object oriented language.

Popularity: 11   •   Tools:  Recategorize

Difference between a for loop and while loop?

for loop is called a determinate loop meaning that we usually use it when we know ahead how
many times iterations we want. while...

Popularity: 11   •   Tools:  Recategorize

How do you write a program in C to convert temperatures between Fahrenheit and


Celsius?

Code Example: /*
******************************************************************************
MODULE:...

Popularity: 11   •   Tools:  Recategorize

What are the features of machine language?

what are the features of machine language?

Popularity: 10   •   Tools:  Recategorize

How to write a programme in c to calculate that reads floating point number but displays
only integer?

We can use any method. As we can find out the area of the circle by three methods as i known.
1.ordinary programming e.g. void...

Popularity: 10   •   Tools:  Recategorize

How do you find the LCM in C?

/* Ramana Reddy */ #include<stdio.h> main(){ int a,b,i,j; printf("Etner any 2 numbers:\n");


scanf("d",&a,&b); ...

Popularity: 10   •   Tools:  Recategorize

C coding for cooley tukey fft algorithm?


hi.... for DIT fft algorithm, refer to this link, it has c-code for that.
http://cnx.org/content/m12016/latest/

Popularity: 10   •   Tools:  Recategorize

What is array in c language programe?

array:collection of homoegenois elements is called array

Popularity: 10   •   Tools:  Recategorize

How do you find out the number of arguments passed to a function in PHP?

With a call to the function func_num_args().

Popularity: 10   •   Tools:  Recategorize

What is the abbreviation of teacher?

TCH is the abbr of Teacher http://www.abbreviations.com/bs.aspx?st=TEACHER&SE=2

Popularity: 10   •   Tools:  Recategorize

How do you create a time out in C?

C doesn't have very easy ways of interrupting blocking functions. One way that would normally
be used on Unix-like operating...

Popularity: 10   •   Tools:  Recategorize

What are the differences between linear data structures and nonlinear data structures?

A data structure is linear if every item is related (or attatched) to its previous and next
item(e.g.array, linked list) and it...

Popularity: 10   •   Tools:  Recategorize

What are the advantages of using pointers in c language?

1.Dynamic memory allocation is possible with pointers. 2.passing arrays and structures to
functions 3.passing addresses to...

Popularity: 10   •   Tools:  Recategorize

Merits and demerits of inheritance?


Inheritance has many merits, why it was implemented in the first place, it allows the reuse of
code for similar classes, and it...

Popularity: 10   •   Tools:  Recategorize

What is a basic structure of a c program?

Basic structure of a C program is /* Documentation section *//* Link section *//* Definition
section *//* Global declaretion...

Popularity: 10   •   Tools:  Recategorize

Define function with advantages and disadvantages in c programming?

Answering : "Less code,more work" shows the performance/standard of the program.


ADVANTAGES:  *It reduces the...

Popularity: 10   •   Tools:  Recategorize

Write a link list program in c language with explanation?

include<stdio.h> #include<string.h> #include<stdlib.h> struct node { int n; struct node


*ptr; };int...

Popularity: 10   •   Tools:  Recategorize

How to write a program to accept the user name and password and then shop this is your
pasword?

you cant

Popularity: 10   •   Tools:  Recategorize

What is a complier?

A compiler is a program that translates a programming language (like c++, java, pascal, php
etc...) to a language that computers...

Popularity: 10   •   Tools:  Recategorize

Can you use the float as a return type of the main function in 'C' language?

No, it should be int type or void.

Popularity: 10   •   Tools:  Recategorize


C program to reverse the digits of a number?

include #include void main() { clrscr(); int r=0,d,m,n; printf("Enter a value:"); scanf("%d",&n);
m=n; do { ...

Popularity: 10   •   Tools:  Recategorize

Code for palindrome checking in c programming?

include<stdio.h> #include<conio.h>void main(){int first,last,flag=1;char


str[100];clrscr();printf("Enter number to...

Popularity: 10   •   Tools:  Recategorize

What is lexicographic order?

Lexicographic order is an order function - a way of sorting information. It is generally a simple


and useful way to sort strings....

Popularity: 10   •   Tools:  Recategorize

How do you write a program to create pascal triangle using only one 'for' loop using 'C'?

int factorial (int n) { if (n0?(((n+1)*2)-((ij) { printf("\n"); } } } } int main () { int row,col; int
maxrow; ...

Popularity: 10   •   Tools:  Recategorize

Write a C program to check whether a given number is prime number or not?

This is a homework assignment, WikiAnswers will not do your homework for you because you
need to do it yourself to learn how to...

Popularity: 10   •   Tools:  Recategorize

With out modifying the main which will print hello and to output world hello world at the
commandprompt in c you need to get theabove outputin three different lines note that
main has only hello?

Millitarism Alliances Imperalism Nationalism

Popularity: 9   •   Tools:  Recategorize

What is the difference between a macro and typedef?


A Macro is a preprocessor directive means that before compilation the macros are replaced.
Where as typedef is defining a new...

Popularity: 9   •   Tools:  Recategorize

What is the difference between public private and protected inheritance in c?

"Inheritance" has nothing to do with "access modifiers". So there is no public inheritance or


private inheritance

Popularity: 9   •   Tools:  Recategorize

What difference between puts and putchar?

All three functions output a single character, either to the console or to a FILE. putc() takes a
character argument, and...

Popularity: 9   •   Tools:  Recategorize

What is Check-in desk?

is it to check your passportyes its also to do with that to make sure you dont have a fake or
invalid passport but it is also to...

Popularity: 9   •   Tools:  Recategorize

What are the features of object oriented programming over structured programming?

the features of oop are: . Emphasis is on data rather than procedure . Data is Hidden and cannot
be accessed by external...

Popularity: 9   •   Tools:  Recategorize

Convert decimal number to hexadecimal?

include<stdio.h> include<conio.h> void main() { int n; clrscr(); printf("Enter Decimal


Number:...

Popularity: 9   •   Tools:  Recategorize

What is difference between getch and getche?

Both getch() and getche() are used to read single character there is very little difference -getch()
doesn't display output to...

Popularity: 9   •   Tools:  Recategorize


How many bytes are required to store an integer?

32 bits or 4 bytes.

Popularity: 9   •   Tools:  Recategorize

Sum and average of n numbers in c using array?

include <stdio.h> char input[1000]; float temp; /* temporary storage for numbers entered */ int
num_count; /* number to...

Popularity: 9   •   Tools:  Recategorize

How do you create stream of random number using c lanuage?

Use rand() which returns any random number To be more precise , use random(a) which returns
any number from 0 to a-1 For...

Popularity: 9   •   Tools:  Recategorize

What is a memory leak and how can you avoid it?

A memory leak occurs when memory is allocated (for example using a malloc() function), and
not released. Often the error is...

Popularity: 9   •   Tools:  Recategorize

What is an Access function for an array?

Popularity: 9   •   Tools:  Recategorize

Write a c program to solve sin series and cos series?

include<stdio.h> #include<conio.h> #include<math.h> void main() { double sin(double x)


{ double...

Popularity: 9   •   Tools:  Recategorize

What are some examples for core models designed in C for Linux?
Popularity: 9   •   Tools:  Recategorize   •   Needs Answer

What is the set data structure?


MEAN

Popularity: 8   •   Tools:  Recategorize

What is the basic cocept of RDMBS?

RBMBS stands for "relational database management systems" A very basic concept is: a system
for collecting pieces of...

Advantages of pointers?

.pointers are generally useful in the context where we need a continuous memory allocation.
Using pointers dynamic allocation of...

Popularity: 8   •   Tools:  Recategorize

You want the code of Discrete fourier transform in C language for your image processing
program using a filter function to enhance the tiff image.?

/* Discrete Fourier Transform and Power Spectrum Calculates Power Spectrum from a Time
Series Copyright 1985 Nicholas B....

Popularity: 8   •   Tools:  Recategorize

Why c is called structured programming language?

Structured programming (sometimes known as modular programming) is a subset of procedural


programming that enforces a logical...

Popularity: 8   •   Tools:  Recategorize

Why you use getch function in c language?

getch() takes one char from keyboard but it will be invisible to us. in other words we can say that
it waits until press any key...

Popularity: 8   •   Tools:  Recategorize

Where can you learn all about sorting techniques?

wikipedia or refer to a data structure books

Popularity: 8   •   Tools:  Recategorize

What is typecasting?
Casting is used when you want to save a value of one type to a variable which is of a different
type. Below are a couple of...

Popularity: 8   •   Tools:  Recategorize

What are the differences between Break Continue and Exit?

break - The break statement is used to jump out of loop. After the break statement control passes
to the immediate statement...

Popularity: 8   •   Tools:  Recategorize

How do you use define in C?

Just type declare then the variable that you desire to assigned a certain constant value on it. Just
type declare then the...

Popularity: 8   •   Tools:  Recategorize

What is the difference between run time and compile time in c?

C is a high level language which means it is meant for humans to understand not computers. For
a computer to understand a C...

Popularity: 8   •   Tools:  Recategorize

What is the difference between tree and Binary search tree?

A tree is a data structure that only allows one parent but multiple children. A binary search tree,
however, is a specific case...

Popularity: 8   •   Tools:  Recategorize

Can a continue statement be used in a switch statement?

If you have a loop in your switch statement or around your switch statement, you can use the
continue statement in that. You...

Popularity: 8   •   Tools:  Recategorize

Why c is called system programing language?

It isn't just called system programming language, that is its classification. C and C++ (a later
version) are classified as...

Popularity: 8   •   Tools:  Recategorize


Explain the Cursor implementation of linked list?

Some languages do not support pointers. Use arrays of objects instead start with a
Freelist.Allocate space from Freelist when...

Popularity: 8   •   Tools:  Recategorize

What are the basic five basic types of utility programs?

What are the five basic types of utility programs?

Popularity: 8   •   Tools:  Recategorize

How do you check strings and pointers in C code?

Here is a page that will teach you about strings and pointers.
www.juicystudio.com/tutorial/c/strings.asp Just saying...

Popularity: 7   •   Tools:  Recategorize

What is a static variable mean?

"static" in programming and databases means "constant--never changing". So, a static variable
could be the "node name" or...

Popularity: 7   •   Tools:  Recategorize

Does mentioning the array name gives the base address in all the contexts?

Mentioning the array name in C or C++ gives the base address in all contexts except one.
Syntactically, the compiler treats the...

Popularity: 7   •   Tools:  Recategorize

C program for finding square root of positive no?

// Square root approximation - Babylonian method double sqroot(const double s) { double xn =


s / 2.0; double lastX = 0.0; //...

Popularity: 7   •   Tools:  Recategorize

How do you write c programming coding?

Its not a single line question.


Popularity: 7   •   Tools:  Recategorize

What do you understand with indenting?

Do you mean what does indenting signify? Writers indent at the start of a new paragraph,
signaling a change in the idea being...

Popularity: 7   •   Tools:  Recategorize

What views are for in database?

i is gay

Popularity: 7   •   Tools:  Recategorize

Write a program in c language to reverse a given number by for loop?

Program to reverse ANY given number in C#include <stdio.h> main() { int num,mod,rev=0;
printf("Enter a number:"); ...

Popularity: 7   •   Tools:  Recategorize

Who invented the C programming language?

Dennis Ritchie "offically" created the C programming language while working at Bell labs.
However, Ken Thompson should also be...

Popularity: 7   •   Tools:  Recategorize

Whats the difference between character and string if only one character is there?

Nothing

Popularity: 7   •   Tools:  Recategorize

Algorithm for greatest of three numbers?

Pseudo-code: Made a variable to hold the largest number. Assume the largest number is the first
one. Assign number to variable....

Popularity: 7   •   Tools:  Recategorize

What is variabale?

It is spelled variable, and is simply a placeholder. You can assign a value to a variable, which
points at the memory base of...
Popularity: 7   •   Tools:  Recategorize

How do you implement graphics in C on windows vista?

Install Dos BOx in your computer.. open it and write mount c c:\turboc3 if the c folder is
c:\turboc3. now move to c: and simply...

Popularity: 7   •   Tools:  Recategorize

What are the difficulty that the programmer must overcome you writing an operating
system for real time environment?

A real time operating system needs to be "event driven" and have the ability to perform certain
tasks in a very timely manner. ...

Popularity: 7   •   Tools:  Recategorize

Is compiler a software?

Yes it's.

Popularity: 7   •   Tools:  Recategorize

What are the advantages of a linked list?

A linked list is a data structure in which each node has a pointer to the next node, and thus the
whole list is linked. Some...

Popularity: 7   •   Tools:  Recategorize

Explain a pure virtual function with an example?

Pure Virtual function are those virtual fn that declare in base class & have no defination relative
to base...

Popularity: 7   •   Tools:  Recategorize

What are the rules of creating identifier?

In C, identifiers may contain any alphanumeric characters (a-z, A-Z, 0-9) as well as underscores
(_), but must not begin with a...

Popularity: 7   •   Tools:  Recategorize

How would you use the functions sin pow sqrt?


First of all you have to insert the following line in your code: #include <math.h> sin is defined
function which takes...

Popularity: 7   •   Tools:  Recategorize

How do you install gcc compiler in Ubuntu?

Run (from a terminal):sudo apt-get install gcc build-essential

Popularity: 7   •   Tools:  Recategorize

Program for converting regular expression into NFA?

JFLAP

Popularity: 7   •   Tools:  Recategorize

Factorial value from do-while loop?

double Factorial(int i) { double x = 1; if (i <= 1) return 1; do { x *= i--; } while (i > 0); return
x; }

Popularity: 7   •   Tools:  Recategorize

Write a programme to implement stack using two queue in c language?

c program for implement a stack using two queue First push the given elements in stack1... then
pop those elements and push them...

Popularity: 7   •   Tools:  Recategorize

Program to convert infix to prefix?

I dont have the idea about the program but I know that prefix means the first starting letters of a
particular things. I really...

Popularity: 7   •   Tools:  Recategorize

What are the disadvantage of using a computer?

there are lots of disadvantages to computers such as spam,hackers,viruses and lots more

Popularity: 7   •   Tools:  Recategorize

How does a CD-ROM work?


Simplified: A laser burns small grooves into the surface of the CD. The grooves have pulses in
them which can later be read by a...

Popularity: 7   •   Tools:  Recategorize

Usage of unions?

Protection from the greed and evil of the company. Answer #2: Given that memory is no more at
premium, I really do not see any...

Popularity: 7   •   Tools:  Recategorize

Consider a linked list with n integers Each node of the list is numbered from 1 to n Develop
a program using C language to split this list into 4 lists so that.?

list any six consteations

Popularity: 7   •   Tools:  Recategorize

How do you reverse a string in C?

Code example: /*
******************************************************************************
* FUNCTION: cpReverseStr...

Popularity: 7   •   Tools:  Recategorize

Pure Virtual Function Call Error On Rollercoaster Tycoon 3?

same thing at me

Popularity: 7   •   Tools:  Recategorize

How do you draw a circle using C or C plus plus without using the built in function?

There are several options to draw a circle using C or C++ without the built-in functions... <> <>
<> <> ...

Popularity: 6   •   Tools:  Recategorize

How do you represent sparse matrix using one dimensional array Is it possible to
implement in c?

Sparse matirx can be represented 1-dimensionally, by creating a array of structures, that have
members sumc as: Struct RM{int...
Popularity: 6   •   Tools:  Recategorize

Advantages and disadvantages of c languages?

hey! please help me find the advantages and disadvantages of visual basic program language. I'm
struggling with my...

Popularity: 6   •   Tools:  Recategorize

How do you write socket program in c?

For first find an example program.

Popularity: 6   •   Tools:  Recategorize

How do you learn C programming?

IF YOU REALLY WANT TO LEARN 'C' PROGRAMMING,THEN YOU SHOULD JOIN A


COURSE CONSISTING OF SOMEWHAT 6 MONTHS IN ANY RECOGNISED...

Popularity: 6   •   Tools:  Recategorize

What is vocational course in computers?

Drafting and computer technology.

Popularity: 6   •   Tools:  Recategorize

How do you find the time complexity of a given algorithm?

Check this Site by Topcoder http://www.topcoder.com/tc?


module=Static&d1=tutorials&d2=complexity1

Popularity: 6   •   Tools:  Recategorize

How do you get JNTU one-on-one online bits?

how to know 3rd.b-tech mid exams ece online bits of jntu-k

Popularity: 6   •   Tools:  Recategorize

What is c out?

most basicaly if I tell, cout is the printing statement in c++. cout<<"Hello world"; The above
statement will print the...
Popularity: 6   •   Tools:  Recategorize

Do tests exist to to test a computer programmers skills?

Yes, you can find them on Microsoft Web page.

Popularity: 6   •   Tools:  Recategorize

Write a program in c programming language that computes the roots of the quadratic
equation ax2 bx c?

include<stdio.h>include<conio.h>void main(){float a,b,c,z,d,x,y;clrscr();printf("Enter the value


of a,b,c");scanf("%f...

Popularity: 6   •   Tools:  Recategorize

What are the differences between puts and fputs?

puts() writes to the stdout device, fputs write to a file device.

Popularity: 6   •   Tools:  Recategorize

Why the concept of inheritance was introduced in OOP?

Because true inheritance was impossible to implement in a structural programing environment.

Popularity: 6   •   Tools:  Recategorize

What are the Various compilers of different language?

Too numerous to list. Some of the most common compilers are COBOL, Fortran, C/C++, VB
(under various names), Java etc. Some,...

Popularity: 6   •   Tools:  Recategorize

What is the worst programming language?

There is no general answer to this question. While some languages might be better to solve a
certain problem than others, every...

Popularity: 6   •   Tools:  Recategorize

Program to concatenate two strings without using 3rd variable?

If you have let's say string1 = "blablabla1" and string2 = "blablabla2". To concatenate 2 strings
you can use simbol +. So,...
Popularity: 6   •   Tools:  Recategorize

What is the purpose of a control unit?

A control unit (which is part of the computer processor) directs the flow of information. Think of
it like a "traffic guard" if...

Popularity: 6   •   Tools:  Recategorize

Can memory which has been allocated by new be freed by free?

No, you have to use the operator delete to objects created by new.

Popularity: 6   •   Tools:  Recategorize

Does Dell have a website?

dell.com

Popularity: 6   •   Tools:  Recategorize

How can use Strdup function in c language?

char* duplicated = strdup("Hello World"); duplicated will now contain the address to
dynamically allocated memory of a C-style...

Popularity: 6   •   Tools:  Recategorize

Applications of doubly linked list?

what are the main applications of double linked list? 1. Applications that have an MRU list (a
linked list of file names) 2. The...

Popularity: 6   •   Tools:  Recategorize

C program to print how many prime numbers are there from 1 to 50?

Here is a simple program to generate prime numbers upto a given specific number
#include<stdio.h> #include<conio.h>...

Popularity: 6   •   Tools:  Recategorize

Write a C program to convert decimal number into binary number?

i have here code to convert decimal to binary number, octal and hexa in C..he re is the code:
include <stdio.h> void...
Popularity: 6   •   Tools:  Recategorize

If a file header is lost or corrupted and an application needs that header to read the file
how can you recover the contents of the file?

Not possible. Always make backup copies.

Popularity: 6   •   Tools:  Recategorize

A function takes in values of variable called inputs and gives back values of the variable
called outputs?

No. A function takes in values of no, one, or more input variables, and returns no or one result. It
cannot return more than one...

Popularity: 6   •   Tools:  Recategorize

How is garbage collection done in c?

There is no garbage collection in C

Popularity: 5   •   Tools:  Recategorize

Delete a node form linked list algorithm C?

Firstly, thanks for trying solve this algorithm. I will rewrite the wrong way and debug it in the
next line, and the causes in th...

Popularity: 5   •   Tools:  Recategorize

What are the advantages of structures?

It's not something like an insurance which you may or may not want... Structures are the way to
handle compound data.

Popularity: 5   •   Tools:  Recategorize

What are the advantages and disadvantages of object oriented model?

Advantages of OOP Object-Oriented Programming has the following advantages over


conventional approaches: OOP provides a clear...

Popularity: 5   •   Tools:  Recategorize

What are the advantages and disadvantages of procedural programming?


its faster than oop disadvantage:its not flexible

Popularity: 5   •   Tools:  Recategorize

Basic features of algorithm?

what is the features of algorithm??

Popularity: 5   •   Tools:  Recategorize

Which header file is FILE declared in?

The FILE type is declared in stdio.h.

Popularity: 5   •   Tools:  Recategorize

What is the algorithm to delete a child node in binary tree?

as far as i know u have 4 cases for the node u wanna delete 1.It's a leaf (has no children) 2.It has
only left child 3.it has...

Popularity: 5   •   Tools:  Recategorize

What is an uninitialized pointer?

It means that it dosn't have certain value. It's a mistake when you don't initialize your pointers.
Example: uninitialized...

Popularity: 5   •   Tools:  Recategorize

What is difference function prototype and function define in turbo c?

In C, a function prototype is a declaration to the compiler that a certain function exists, without a
full definition. This...

Popularity: 5   •   Tools:  Recategorize

C program for insertion and deletion in simple queue?

C PROGRAM FOR INSERTION#include<stdio.h>#include<conio.h>void insert(int);int


delet(int);void display(void);int...

Popularity: 5   •   Tools:  Recategorize

C code programming to reverse a string?


You have to read a string symbol by symbol in an array and using the array and on of the loop
operators (for, while, do...while...

Popularity: 5   •   Tools:  Recategorize

In programming what values do not change?

const type, for instance (const double = 1.1; this you cannot change during run)

Popularity: 5   •   Tools:  Recategorize

Difference between software interrupt and hardware inerrupt?

Hardware Interrupt: Each CPU has External Interrupt lines(about 7). Other external devices line
keyboard, Mouse, Other...

Popularity: 5   •   Tools:  Recategorize

Why goto in c is a bad command?

A 'goto' statement immediately moves the execution of code to another part of the program. This
makes the code difficult to...

Popularity: 5   •   Tools:  Recategorize

The algorithm check if the number is a palindrome number or not?

start input n s = 0 if(n>0) { r=n%10 s=s*10+r n=n/10 } else if(s==n) { print "n is palindrome" }
else print "n...

Popularity: 5   •   Tools:  Recategorize

Write a C program to construct a pyramid of numbers?

include <stdio.h> #include <conio.h> void main() { int height, line, i; clrscr(); scanf("%d",
&height); ...

Popularity: 5   •   Tools:  Recategorize

Write a program to print all Armstrong number between 1 and 500 If sum of cubes of each
digit of the number it self then the number is called an Armstrong number?

/*Program to find armstrong number between 1 to N*/ int main() { int n = 0, remainder, sum = 0,
i = 0, noDigits = 0, isArm = 0;...

Popularity: 5   •   Tools:  Recategorize


Write a recursive algorithm to find the gcd of two numbers?

http://wiki.answers.com/Q/Write_a_recursive_algorithm_to_find_the_gcd_of_two_numbers
GCD algorithm.... GCD(BIG,SMALL) ...

Popularity: 5   •   Tools:  Recategorize

C programming of Runge-Kutta method?

PROGRAM :-/* Runge Kutta for a set of first order differential equations */#include
<stdio.h>#include <math.h>#define...

Popularity: 5   •   Tools:  Recategorize

How to use interrupt in C language?

add a function of interrupt subroutine,and actions to be taken for that interrupt,

Popularity: 5   •   Tools:  Recategorize

What is ARR formula in terms of hotel?

Q..What is ARR in Hotel business?? what is the formula for calculating it??

Popularity: 5   •   Tools:  Recategorize

What is hash table?

In computer science, a hash table, or a hash map, is a data structure that associates keys with
values. The primary operation it...

Popularity: 5   •   Tools:  Recategorize

Code for creating pascal's triangle in c programming language?

code for creating pascal's triangle in C programming language?

Popularity: 5   •   Tools:  Recategorize

W S C?

IT STAND FOR

Popularity: 5   •   Tools:  Recategorize


Who is developer of c language?

C language eveloped by Dennis Ritchie at the Bell Telephone Laboratories.

Popularity: 5   •   Tools:  Recategorize

What is the Differences between unions and structures?

Union allocates the memory equal to the maximum memory requried by the member of the
union but structure allocates the memory...

Popularity: 5   •   Tools:  Recategorize

Write a program in c to get the factorial of a number?

The most common method of generating a factorial is the recursive method... /* Microsoft 64 bit
recursive */ unsigned long long...

Popularity: 5   •   Tools:  Recategorize

What is Min and Max Levels?

'Min' level . . . the lowest it has been since you started watching it, or the lowest it's expected to
be, or the lowest it's...

Popularity: 5   •   Tools:  Recategorize

What is a CD in header?

A CD in header is the conncetion in where the CD drive is plugged into which then allow the
computer to reconize the drive for it...

Popularity: 4   •   Tools:  Recategorize

What is the use of linker in c language?

Linking is the process of combining various pieces of code and data together to form a single
executable that can be loaded in...

What is the difference between c language and embedded c language?

Embedded C is not part of the C language as such. Rather, it is a C language extension that is the
subject of a technical report...

Popularity: 4   •   Tools:  Recategorize


What is language is called middle level language?

Why is C called a Middle Level Language? Why C is called a Middle Level Language

Popularity: 4   •   Tools:  Recategorize

What does data compilation mean?

Data compilation is taking survey or evaluation answers, gathering them into a database, and
analyzing the results for further...

Popularity: 4   •   Tools:  Recategorize

What is a user defined data type?

user can create his own data type for handling data that does not fit in one of the existing data
types

Popularity: 4   •   Tools:  Recategorize

Write a program in C language to evaluate a Postfix expression by using a STACK


Illustrate the algorithm with the help of an example?

include<stdio.h> # include<conio.h> /*program to evaluate the given postfix expression*/


typedef struct { int...

Popularity: 4   •   Tools:  Recategorize

Write a program to sort the given names in ascending order using pointers?

Write a program using a while loop to print the numbers 2 to 10 in increments of two. The output
of your program should be 2 4 6...

Popularity: 4   •   Tools:  Recategorize

What is information resources?

Because employees work under contract for companies. In fact, it is often the case that
developers wanting to contribute to open...

Popularity: 4   •   Tools:  Recategorize

Binary search program in c using for loop?


C PROGRAM FOR BINARY SEARCH#include<stdio.h> #include<conio.h> void main() { int
array[10]; int i, j, n, temp,...

Popularity: 4   •   Tools:  Recategorize

How do you write a program to find the no of vowels in a given string?

In most cases you use C++, but for your general question, you use pseudocode.

Popularity: 4   •   Tools:  Recategorize

C code to implement the the first fit bin packing heuristic algorithm?

include <stdio.h> #include <conio.h> //function to print the bins: void printBins(float bins [500]
[500],int items...

Popularity: 4   •   Tools:  Recategorize

Define fuction with advantage and disadvantage in c programing?

what is the definition of disadvantage?

Popularity: 4   •   Tools:  Recategorize

DDA line algorithm?

DDA Line Drawing Algorithm Step 1:[Determine The Dx & Dy] Dx=Xb-Xa Dy=Yb-Ya Step 2:
[Determine Slope is Gentle or Sharp] If...

Popularity: 4   •   Tools:  Recategorize

What is the difference between the static global and static local variable?

Static global variable has scope only in the file in which it is declared. it can't be accessed in any
other file but its value...

Popularity: 4   •   Tools:  Recategorize

What is 'C' programming language?

'C' is a programming language that was invented in the early 1970's by Dennis Ritchie. It is a
'compiled' language, meaning that...

Popularity: 4   •   Tools:  Recategorize

What does 'scanf' function return?


scanf() (see "man 3 scanf") returns an integer signifying how many items were matched and
read. It has the side effect of...

Popularity: 4   •   Tools:  Recategorize

Could you write a program in c that reads a string count the numbers of vowels words
wide space present in a string?

Yes, you can, but you have to put codes of all vowels in your program.

Popularity: 4   •   Tools:  Recategorize

Can i transfer from computer monitor to TV?

The video card in your computer must have a tv out ,composite or s video. standard tv's are
480x640 so it is not good quality

Popularity: 4   •   Tools:  Recategorize

How do you write a C program which runs independent of the compiler No need to install
the compiler?

Any computer program does not need compiler at the time of execution. Compiler is needed to
convert a high-level language...

Popularity: 4   •   Tools:  Recategorize

What should you minor in if you are majoring in computer science?

The best choice would be something that you are interested in or passionate about. Minoring in a
math, hard science, or business...

Popularity: 4   •   Tools:  Recategorize

Write a c program to find transpose of a matrix?

Sorry to delete the previous version of this program, but this one is much more concise and
sophisticated. I have written this...

Popularity: 4   •   Tools:  Recategorize

Define C tokens?

In a C source program, the basic element recognized by the compiler is the "token." A token is
source-program text that the...
Popularity: 4   •   Tools:  Recategorize

Program demonstrate fibonacci series using recursion?

include<stdio.h> #include<conio.h> int fib(int); int f=1,j=0,k=0,i=0,c; void main() { int l;


clrscr(); ...

Popularity: 4   •   Tools:  Recategorize

What is the use of this keyword?

The "this" keyword is simply a reference to the current object. If, for example, you wanted to add
the object you're currently...

Popularity: 4   •   Tools:  Recategorize

What is the fastest way to compute the factorial of 123456 on a processor of speed 1.4 Ghz
512 mb ram and 40 gb hard disk?

i have solved this problem.....!! i dont know that my Program is fastest than other traditional
algos like prime swing etc. MY...

Popularity: 4   •   Tools:  Recategorize

C source code for poisson distribution?

/*************************************************************************/ /*
POISSON3.C */ /* Calculate poisson statistics...

Popularity: 4   •   Tools:  Recategorize

How do you get sound on an ideas emulator?

It took me a while to figiure it out, but the newer versions of the direct sound plugin are skippy,
while it's not perfect try...

Popularity: 4   •   Tools:  Recategorize

Write a program in C programming language to list the nodes of a binary tree in the
following way List the root then nodes at depth 1 followed by nodes at depth 2 and so on?

tell me , how we create a username & password for many users in c language.

Popularity: 4   •   Tools:  Recategorize


Device an algorithm for weiler-atherton polygon clipping where the clipping window can
be any specified polygon?

Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any
specified polygon

Popularity: 4   •   Tools:  Recategorize

What is file handling in c language?

File is a place where information or data is stored. we make use of some of the file-handling
funtions in c like:fopen()-for...

Popularity: 4   •   Tools:  Recategorize

How do you write a C program to find the least common multiple of two numbers?

include <stdio.h> #include <stdlib.h> int gcd(int a, int b) { if (a0) return -1; if (b0&&b==0) { ...

Popularity: 4   •   Tools:  Recategorize

How do you draw a circle in c program?

Well, it's very simple in console. The code goes here... include<stdio.h> #include<math.h> int
main(){ int ab,...

Popularity: 4   •   Tools:  Recategorize

Draw a flow chart in c using while loop?

draw the flowchart to compute the sum of even numbers between 7 and 50

Popularity: 4   •   Tools:  Recategorize

Write c program to find sum of two numbers?

include <iostream> using namespace std; int main () { int a,b; cout<<"Enter two numbers:"; ...

Popularity: 4   •   Tools:  Recategorize

What is the difference between the complete binary tree and the full binary tree?

A full tree is a tree where all nodes except the leaves have the maximum number of children. For
a BST, that would be two...
Popularity: 4   •   Tools:  Recategorize

Write a c program to reverse the any number without using loops?

Use recursion to reverse the number. You can do that without using loops.

Popularity: 4   •   Tools:  Recategorize

C programming code for newton raphson method to solve quadratic equation?

yesThis is the codes for Newton-Raphson method for solving Quadratic


equations#include<stdio.h> #include<conio.h> ...

Popularity: 4   •   Tools:  Recategorize

What control statement exhibits a looping structure?


Popularity: 4   •   Tools:  Recategorize   •   Needs Answer

If a five digit number is input through the keyboard write a program to reverse the
number?

#include <stdio.h> #include<conio.h> void main() { int no,reverse=0,digit; scanf("%d",no);


for( ;no>0; ) ...

Popularity: 4   •   Tools:  Recategorize

How can you download the holden desktop car?

The URL is http://amsterdam1.plunder.com/x/$rGY1eAlazYE4lqLf8jFdR3oQs3--


REep/ad91fc0f83/?/Holden%20Desktop%20Car.exe

Popularity: 4   •   Tools:  Recategorize

I want to make a 3d game but not with program like 3d game maker i want to make the
game with c wheare can i get some good tutorials for game programing with this language
sorry for the bad english?

C is very difficult language for doing complex tasks because it's very low-level. (For the
initiated: high-level languages have...

Popularity: 4   •   Tools:  Recategorize

Difference between global variable and local variable?

I'm assuming you're referring to computer programming. A global variable can be accessed by
all functions. It is initialized at...
Popularity: 4   •   Tools:  Recategorize

1 What are the rules used in naming variable Give examples?

1. What are the rules used in naming variable? Give examples.

Popularity: 4   •   Tools:  Recategorize

Write a test program that prints a 3 by 3 matrix?

4.(Displaying matrix of 0s and 1s ) write a method that displays by n by n matrix using the
following header : Public static...

Popularity: 4   •   Tools:  Recategorize

Program to print the sum of a sparse matrix?

Write a C program to print the sum of a sparse matrix.(Data Structure) #include#include int...

Popularity: 4   •   Tools:  Recategorize

1996 chevy 350 vortec K1500 will a crane powermax cam work in it without computer
adjustment specs are adv dur int exh duration 260 270 050 dur int exh 204 214 valve lift int
exh 112?

If you put that cam in your engine it will never run as good as it does now. You will have
nothing but problems.

Popularity: 4   •   Tools:  Recategorize

Write a c program to find the largest number in three number using ternary operator?

// assume you want the find the largest of ints a,b,c: int max = (a>b&&a>c?a:b>c?b:c);

Popularity: 4   •   Tools:  Recategorize

What is the difference between the Linux shell and C?

C is a programming language. A shell is an interface.

Popularity: 4   •   Tools:  Recategorize

What does C in CCleaner stand for?

c= crap i think they changed the name so that people would think the program is more
proffeessoonnaall. i don't think...
Popularity: 4   •   Tools:  Recategorize

Any possible binary logic function can be implemented using only?

AND and NOT; OR and NOT; EQU and NOT; XOR

Popularity: 4   •   Tools:  Recategorize

C program to convert infix to prefix?

include<stdio.h> include<conio.h> include<string.h> define MAX 20 char stack[MAX]; int top


= -1; char...

Popularity: 4   •   Tools:  Recategorize

A B C ' A'B'C' by using truth table?

(A+B+C)' = A'B'C' by using truth table

Popularity: 4   •   Tools:  Recategorize

Cheats for applied microtype 3.0?

There are none. Why would you want to cheat There are, such as when your on the part where if
u make a mistake it erases the...

Popularity: 4   •   Tools:  Recategorize

Write a c program to read your name given in the format first name and second name find
the length of the name and also concatenate them?

include<iostream> using std::cin; using std::cout; using std::endl; using std::string; int main()
{ string...

Popularity: 4   •   Tools:  Recategorize

Write a c program to get the number and print the number in words?

write a c programe which reads an integer value from the keyboard then it displays the number in
words?

Popularity: 4   •   Tools:  Recategorize

How do you print 2 power 5 value in c language?

puts ("32"); /*or*/ printf ("2^5=%d\n", 1<<5);


Popularity: 4   •   Tools:  Recategorize

Do while loop program in C for printing the even numbers?

main(){ int n,i=1; printf("Enter the Number till you want to print even numbers");
scanf("%d",&n); printf("Even Numbers till...

Popularity: 4   •   Tools:  Recategorize

Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.

Popularity: 4   •   Tools:  Recategorize

How can you draw the flowchart to reverse a given number?

if you mean to make the number negative, assuming the number is positive to start with, you can
assign the number to X and then...

Popularity: 4   •   Tools:  Recategorize

What is deleting a node?

deleting a node <from a list> is nothing but changing the addresses in the previous and next
nodes and establishing a...

Popularity: 4   •   Tools:  Recategorize

How do you code to check whether the input is numeric value or not in C?

I don't know about C but in C++ I would have the compiler do a bool statement for return type
(int, float, long, short, signed...

Popularity: 4   •   Tools:  Recategorize

How can you implement a Class in C?

struct SClass{ int iNumber; int (*fpgetValue)(); int (*fpsetValue)(); }Sc; int m_Func()
{ printf("\n\n Hello How are you...

Popularity: 3   •   Tools:  Recategorize

Where do i download rtl100bpl?

where do i download rtl100bpl?


Popularity: 3   •   Tools:  Recategorize

What are the advantages of using typedef in a program?

1. Readability. Just like naming your variables properly can show how you intend to use the
variable, renaming the type can help...

Popularity: 3   •   Tools:  Recategorize

How would you write a program that takes a string of characters and reverses them in the
C programming language?

void main() {char a[30] = "India"; //Let the string be stored in a[30]; char b[30]; //declaring
another string ...

Popularity: 3   •   Tools:  Recategorize

Difference between runtime error and logical error?

Syntax Errors and Logical Errors Syntax errors -- Errors in spelling and grammar. You can use
the compiler or interpreter to...

Popularity: 3   •   Tools:  Recategorize

What is the full form of BASIC?

Beginner's All-purpose Symbolic Instruction Code

Popularity: 3   •   Tools:  Recategorize

How to install c language from a website?

we want to do the program in C

Popularity: 3   •   Tools:  Recategorize

Example of enumeration?

Enumeration is an interface which is used to traverse through the collection of objects

Popularity: 3   •   Tools:  Recategorize

What are the advantages and disadvantages of C language?

Disadvantages of C are: 1. There is no runtime checking. 2.There is no strict type checking(for


ex:we can pass an integer value...
Popularity: 3   •   Tools:  Recategorize

What are the basic elements of a computer program?

1. Design 2. Creativity 3. Interface 4. Purpose

Popularity: 3   •   Tools:  Recategorize

2 Compare and contrast machine-level low-level and high-level languages?

a) The LLL is machine oriented and the HLL is problem oriented. b) The LLL is machine
dependent but the HLL isn't. c) The HLL is...

Popularity: 3   •   Tools:  Recategorize

Can you give a C programm about FCFS algorithm?

include<iostream.h>#include<conio.h>#include<alloc.h>#include<stdio.h>struct node { char


name[10]; int...

Popularity: 3   •   Tools:  Recategorize

What is an interrupt and how are multiple interrupts dealt with?

An Interrupt is a signal that goes into a microprocessor that tells it something has happened that
needs attention. There are...

Popularity: 3   •   Tools:  Recategorize

Minimum number of nodes in a binary tree whose height is h?

Minimum is h nodes (Maximum is 2h+1 - 1 nodes, if tree consisting of only one node is
considered to have height of 0. If a tree...

Popularity: 3   •   Tools:  Recategorize

Why artificial intelligence is important to human nature?

to correct my past mistakes in a such easier way that seems interesting for the results to improve
my world.

Popularity: 3   •   Tools:  Recategorize

Program on matrix multiplication?

PROGRAM NAME : MATRIX MULTIPLICATION...


Popularity: 3   •   Tools:  Recategorize

What is the Difference between function declaration and function definition in


programming?

void functionName(int x, double y...); //declaration void functionName(int x, double


y...)//function definition { ...;...

Popularity: 3   •   Tools:  Recategorize

What does printf and scanf return?

Printf returned no. of character receive . scanf return no of variable to be inputed according to
format specifier . eg:...

Popularity: 3   •   Tools:  Recategorize

How many digits in the binary number system?

Two

Popularity: 3   •   Tools:  Recategorize

What is the difference between Microsoft Visual Studio 2005 and 2008?

Visual Studio 2008 is having lot of advanced concepts like WPF,WCF,WWF,Linq etc. Entity
Framework also an advanced approach...

Popularity: 3   •   Tools:  Recategorize

What are the different types of compilers?

-Single pass compiler -Multi pass compiler -Cross compiler -Optimizing compiler

Popularity: 3   •   Tools:  Recategorize

Write a program to arrange given set of number in ascending order using link lists in c
language?
Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

Write a program to accept a number and display appropriate month name by using
switch?

DisplayMonth( int month ) //base 0 { switch( month ) { case 0: printf("January\n"); break; case
1: printf("February\n");...
Popularity: 3   •   Tools:  Recategorize

What is Difference between tree and spanning tree?

tree the tree have close path between every edge spanning tree in spanning tree we remov the
loop or repatation

Popularity: 3   •   Tools:  Recategorize

What ismeant by MAR MDR in computer?

MAR is memory address register. MDR is memory data register. These are registers part of the
control unit (CU) in your cpu.

Popularity: 3   •   Tools:  Recategorize

- Write a program to convert an infix expression to a postfix expression?

/**************************/ /**********cReDo**********/
/*****mchinmay@live.com***/  //C PROGRAM TO CONVERT GIVEN...

Popularity: 3   •   Tools:  Recategorize

Keyword identifier in c?

A keyword identifier is one whose meaning has already been declared to the C compiler and we
can't use it as variable,because if...

Popularity: 3   •   Tools:  Recategorize

How do you you delete a node in singly linked list only pointer to that node is given in C?

Ya We can Do that actually. 1. Copy the content of the next node in to the node that has to be
deleted. 2. Assign the next...

Popularity: 3   •   Tools:  Recategorize

Implement a queue using a singly linked list l the operations insert and delete should still
take o1time?

Suppose we have a Queue as follows: E -> D -> C -> B We maintain a head pointer to E and a
tail pointer to B. To add...

Popularity: 3   •   Tools:  Recategorize

Write a program in 'c' programming language to add two polynomials using aaray?
The question is about writing a programme that will accept two polynomial equasions and add
them. As an example: 3x^2 + 2x + 1 ...

Popularity: 3   •   Tools:  Recategorize

1.Write a c program for fibonacci series?

/*program to calculate factorial of a number*/ include<stdio.h> include<conio.h> void main()


{ long int n; int...

Popularity: 3   •   Tools:  Recategorize

How to find transpose of a matrix in c programming?

its simple just do this swappping for(i=0;i<m;i++) /*A*/ for(j=0;j<i;j++) /*B*/ { x=a[i][j]; a[i]
[j]=a[j][i]; ...

Popularity: 3   •   Tools:  Recategorize

Write a C program to find the cosine and sine series?

//COS SERIES #include<stdio.h> #include<conio.h> #include<math.h> main() { int i,n,x; float


t,s; ...

Popularity: 3   •   Tools:  Recategorize

How do you find the greatest of two numbers without using the comparison operators?

void main() { float i,j; int a; printf("Enter two numbers : "); scanf("%f%f",&i&j); a=i/j; if(a)
printf("%f is...

Popularity: 3   •   Tools:  Recategorize

What are the activities involved in programming?

Some activities are: Requirements Gathering Requirements Analysis Design Coding Unit
Testing Integration Testing ...

Popularity: 3   •   Tools:  Recategorize

Write a program in 'C' using while loop to find factorial of a positive integer?

The program goes as follows: include include void main() { int i, j=1; printf("Enter the value of
the integer whose factorial...

Popularity: 3   •   Tools:  Recategorize


How do you connect to MySQL in C?

This site has a lot of information on how to connect: http://bitdaddys.com/MySQL-


ConnectorNet.html

Popularity: 3   •   Tools:  Recategorize

Classification of computer according to purpose type of data handled size and capacity?

classification of computer according to type

Popularity: 3   •   Tools:  Recategorize

Write a program in C programming language that will add two integer numbers using
linked list?

Using a linked list makes no sense. Here is a simple code fragment to add two numbers: int a =
5; int b = 10; int c; c = a +...

Popularity: 3   •   Tools:  Recategorize

What is the difference between a data file and a program file?

Technically they're BOTH "data" files, it's just that one is organized in a way that it can be
"executed" by the computer.

Write a C program to convert an upper case word to lower case and vice-versa.?

You would use the ToUpper and ToLower functions. string name = "XVengeance"; string
upperName = name.ToUpper(); string...

Popularity: 3   •   Tools:  Recategorize

What does c stand for in C language?

C does not stand for any specific abbreviation. C is from CPL (Computer Programming
Language), then BCPL (Basic Computer...

Popularity: 3   •   Tools:  Recategorize

Draw a flow chart to print the product of the first 10 even numbers?

print 3715891200

Popularity: 3   •   Tools:  Recategorize


What are the components of fire or What is fire For example water-H2O air-gases soil-
minerals...?

Kind of an unfair question. Fire is composed of fuel source, an oxidizer, heat, and an ignition
source. The fuels are to numerous...

Popularity: 3   •   Tools:  Recategorize

Write a C program to arrange 7 numbers in ascending order?

/*C Program to arrange 7 numbers in ascending order*/ include include void main() { int...

Popularity: 3   •   Tools:  Recategorize

What code do you use to connect a form to a database?

with php you can use INSERT INTO table_name (field1,field2,..) values (data1,data2,..) data1,
data2.. from form.

Popularity: 3   •   Tools:  Recategorize

C is platform dependent?

Yes, there are several platform dependencies in the C language, such as sizeof(int), and the
behavior of arithmetic in overflow...

Popularity: 3   •   Tools:  Recategorize

There are two general comments about pointers 1. Pointers increase the efficiency of our
programs 2. Pointers degrade reliability of C programs due to security issues are use of
pointers beneficial?

"What is the difference between bracketing method and iterative method in solving Algebraic
and Transcendental equations. Name...

Popularity: 3   •   Tools:  Recategorize

What is MB and GB in computer?

MB (megaByte) and GB (gigaByte) are measurements of storage in computers. Typically used to


measure Memory (like Random Access...

Popularity: 3   •   Tools:  Recategorize

What is algorithm and flowchart for multiplication?


The mathmatical equations that have multiplication and an algorithm have two simple parts and
much more complex components. The...

Popularity: 3   •   Tools:  Recategorize

What is the difference between signed charcter and unsigned character in c?

signed character means we can use -ve and +ve while insingned includes only +ve. singned
character range is -128 to...

Popularity: 3   •   Tools:  Recategorize

C Matrix addition program?

How we can addition Two Matrix plz send coding in C language mahesh dhanotiya
astah_mahesh@rediff.com how i can built a...

Popularity: 3   •   Tools:  Recategorize

Where can you download borland c?


Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

How do you write a C-program to convert an Octal number to a Decimal number?

very simple way yr: int main() { int o; printf("\n Enter an octal number:"); scanf("%o",&o);
printf("The required decimal...

Popularity: 3   •   Tools:  Recategorize

How do you make scope and limitations on your investigatory project?

It shows the limitations when researching. example: You are having a difficult time of finding a
sample. It is somewhat like you...

Popularity: 3   •   Tools:  Recategorize

What words have struct in them?

Structure, reconstruct, destruction, and construction. infrastruture obstruct....

Popularity: 3   •   Tools:  Recategorize

Fahrenheit to celsius turbo c program?

To convert Fahrenheit to Celsius, subtract 32, then divide by 1.8


Popularity: 3   •   Tools:  Recategorize

Program to find the kth smallest element in an array?

A very nice solution with multiple methods and code in C/C++ language is at the below link.
http://www.rawkam.com/?p=870

Popularity: 3   •   Tools:  Recategorize

What is the algorithm pseudo code flowchart to find the factorial of the number?

Pseudo code+factorial

Popularity: 3   •   Tools:  Recategorize

Draw a flowchart to find the sum and square of N even integers?

The flowchart in deriving the sum of the square root of first N even numbers, You may follow
the steps provided below: Draw the...

Popularity: 3   •   Tools:  Recategorize

Write a program to Print pyramid of numbers using loops in c?

include<> int main() { int i,j i=j=0; for (i=0;i<=10;i++) { for (j=0;j<=10;j++) printf("d\n",i,j);
i=i+1; ...

Popularity: 3   •   Tools:  Recategorize

What are the applications of a binary tree in an algorithm?

1. One application is to find duplicates in a list of numbers. Let a given list be" 12 34 56 89 33
11 89 the first number in...

Popularity: 3   •   Tools:  Recategorize

What loads the first program file of the OS?

IT is actually the Boot Record. To see my source read A+ Guide to Managing and Maintaining
Your PC be Jean Andrews . Another...

Popularity: 3   •   Tools:  Recategorize

Difference between library file and header file?


EX: pgm #include<stdio.h> main() { printf("haiii"); } Header file: (1) contains the
function(printf) declaration (2)...

Popularity: 3   •   Tools:  Recategorize

Between merge sort quick sort and bubble sort which is the best?

Among those three, you can automatically discard bubble sort as the worst in general cases (it
actually performs quite well when...

Popularity: 3   •   Tools:  Recategorize

C progrma to find recursive sum of digit of given no without using recursive function?

the function will be int sum_num(int num) { int p = 0, y; y = num; while (y != 0) { p = (y % 10)
+ p; y = y/10; } ...

Popularity: 3   •   Tools:  Recategorize

What is the differences between Pseudocode and Flowchart?

Pseudocode is a sentence-like representation of an piece of code. A flowchart is a symbolic


representation of code, using box...

Popularity: 3   •   Tools:  Recategorize

Write a c program on matrix multiplication using pointers?

Matrix multiplication using pointers 1. Why use it? Hi, so i've been looking for this answer
myself and because it was not...

Popularity: 3   •   Tools:  Recategorize

Write a C program to evaluate the given polynomial fxa4x4 a3x3 a2x2 a1x a0 for given
value of x and the coefficients using Horners method using single dimension arrays to store
coefficient?

include include int main() { int n,i; float a[30],x,sum; printf("Enter the val ue of \'n\'\n"); ...

Popularity: 3   •   Tools:  Recategorize

Write a program in c to convert a character of string to upper case if it is in lower case and
to lower case if it is in upper case?

Look into the toupper() and tolower() functions. To determine what case it is in, you could use
its ASCII value: uppercase is 65...
Popularity: 3   •   Tools:  Recategorize

Write a C program for simple interest and compound interest calculation?

int main() { int p,n,count; float r,si; count=1; while(count<=3) { printf("\n enter values of
p,n,andr");...

Popularity: 3   •   Tools:  Recategorize

Write a program for add or even number?

/*C program to find the entered number is even of odd*/ include include void main() { int...

Popularity: 3   •   Tools:  Recategorize

'Write a C program to find the sum of odd numbers and even numbers from 1 to n'?

include void main() { int n,i; int addeven=0; int addodd=1; printf("\nEnter a number\n");
scanf("%d",&n); ...

Popularity: 3   •   Tools:  Recategorize

Where are array of functions used?

Function Pointers are basically used when we want to select a function which is to be used
dynamically at run time.

Popularity: 3   •   Tools:  Recategorize

What are the Two types of software products?

aplication and system

Popularity: 3   •   Tools:  Recategorize

Write a c program to remove the vowels from the string?

include <stdio.h> #include <stdlib.h> #include <string.h> main (int argc,char **argv) { char
*a,*b,c; int...

Popularity: 3   •   Tools:  Recategorize

C programming of bisection method?

include[stdio.h] #include[math.h] #define epsilon 1e-6 void main() { double g1,g2,g,v,v1,v2,dx;


int found,converged,i; ...
Popularity: 3   •   Tools:  Recategorize

Explain different types of constants?

"http://wiki.answers.com/Q/Explain_different_types_of_constants"

Popularity: 3   •   Tools:  Recategorize

How do you programme 1 232 34543 232 1 in C?

int main (void){ puts ("1 232 34543 232 1");return 0; } int main (void) { puts ("1 232 34543 232
1"); return 0; }

Popularity: 3   •   Tools:  Recategorize

Write a c program to count the lines characters words in a given text?

const char* text; // assuming text is pointed at what you want to search through const int
text_length = strlen(text); int...

Popularity: 3   •   Tools:  Recategorize

Write a C program toe find the roots of a quadratic equation?

include <stdio.h>#include <iostream.h>#include <math.h>// function to evaluate the


determinantdouble...

Popularity: 3   •   Tools:  Recategorize

Program of swapping two no?

There are several ways to do this in C: // nums to swap int a = 5; int b = 10; // using a temporary
variable - often the...

Popularity: 3   •   Tools:  Recategorize

Write a c prog to find both largest and smallest number ina list of integers?

Here is a simple way: Iterate through the list, keeping track of the largest and smallest values
seen so far. If the current...

Popularity: 3   •   Tools:  Recategorize

Draw a flowchart to find the sum of given N numbers?


The flowchart in deriving the sum of given N numbers, You may follow the steps provided
below: Draw the start symbol then a flow...

Popularity: 3   •   Tools:  Recategorize

What is the difference between member function and normal function?

What is the difference between malloc() and calloc()?

Popularity: 3   •   Tools:  Recategorize

What is the difference between c and oops?

C is a programming language, oops is what you say when you realize you were wrong in
something. Note: Some programming languages...

Popularity: 3   •   Tools:  Recategorize

Explain The merits of using a deque to implement a stack in data structure?

Explain The merits of using a deque to implement a stack in data structure

Popularity: 3   •   Tools:  Recategorize

How do you write a c program to sort ten names in descending order?

If you are using the String class to store your names then you can use the < or > operators to
compare the order,...

Popularity: 3   •   Tools:  Recategorize

What is the code for shortest job first?

It is SJF.

Popularity: 3   •   Tools:  Recategorize

How to Convert the decimal number 100 to binary?

go to moldymen.com to find the information.

Popularity: 3   •   Tools:  Recategorize

Java program on matrix multiplication which takes matrices as input.?


import java.util.Scanner; public class Matrix { public static void main(String args[]) { Scanner
s= new Scanner(System.in); ...

Popularity: 3   •   Tools:  Recategorize

What is shell programming?


Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

C program of round robin?

include<stdio.h> #include<conio.h> main() { int st[10],bt[10],wt[10],tat[10],n,tq; int...

Popularity: 3   •   Tools:  Recategorize

Using c change low and upper bytes order in short int value?

include

Popularity: 3   •   Tools:  Recategorize

C program for simple hash function?

how to program using hash functions? how to program using hash functions?

Popularity: 3   •   Tools:  Recategorize

What is the difference between system variable and system parameter?


Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

What do you mean by c form?


Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

What is a Wild-Card character?

wildcard character is a special character that represents one or more other characters. The most
commonly used wildcard...

Popularity: 3   •   Tools:  Recategorize

Can you download microtype 3.0 for free?

yes you can but i am trying to find out where you can!!

Popularity: 3   •   Tools:  Recategorize

Write a C program to calculate the sum of squares of numbers from 1 to N?


Popularity: 3   •   Tools:  Recategorize   •   Needs Answer

Give an example of an application in which data in file should accessed in the following
order 1 sequentally 2 Randomly?

Universal Product Codes

Popularity: 3   •   Tools:  Recategorize

What is the difference between gets and puts?

Direction of the data-transfer.

Popularity: 3   •   Tools:  Recategorize

Write a program to find gcd using recursive method in java?

simple program for recursion in java

Popularity: 3   •   Tools:  Recategorize

Reverse a string in C language?

reverse (char *p) { char c, *p1, *p2; if (strlen(p) <= 1) return; for (p1=p, p2=p+strlen(p)-1;
p1<p2; c=*p1, *p1=*p2,...

Popularity: 3   •   Tools:  Recategorize

What is the importance of analysis in the design of an algorithm?

There are two main reasons we analyze an algorithm: correctness and efficiency. By far the most
important reason to analyze an...

Popularity: 3   •   Tools:  Recategorize

C program to find the mean median mode?

try this---> http://c-pgms.blogspot.com/2008/08/program-to-find-meanmedianand-mode_22.html

Popularity: 3   •   Tools:  Recategorize

Write a C program to extract a given word from a file?

program to extract a given word from a file

Popularity: 3   •   Tools:  Recategorize


How write a c program of matrix addition and multiplication?

we can write a c program for matrix addition and multiplication using two dimensional
array...........

Popularity: 3   •   Tools:  Recategorize

Program to find palindrome in a string?

C Answer #include <stdio.h> #include <string.h> #include <stdlib.h> int max=0; int copy(char
*str,int n) {...

Popularity: 3   •   Tools:  Recategorize

C program to add two polynomial using linked list?

The question is about writing a programme that will accept two polynomial equasions and add
them. As an example: 3x^2 + 2x + 1 ...

Popularity: 3   •   Tools:  Recategorize

When Static function can work with static data member only?

Always.

Popularity: 3   •   Tools:  Recategorize

Program of insertion and deletion in c?

include<stdio.h>include<conio.h> void main() { int a[10],i,j,k,n; printf("enter number of


elements of...

Popularity: 3   •   Tools:  Recategorize

Explain Decimal to BCD encoder?

explain decimal to BCD encoder

Popularity: 3   •   Tools:  Recategorize

Program of optimal binary search tree?

In order to perform an optimal search on a binary tree, it needs to be balanced, where the depth
of all leaves is no more than...
Popularity: 3   •   Tools:  Recategorize

What is the Programme to calculate the sum of a five digit number?

include <iostream.h> include <conio.h> void main() { long n,s=0,t,d; clrscr(); cout << "Enter a
number...

Popularity: 3   •   Tools:  Recategorize

How object oriented programming differ from procedure oriented programming?

How object oriented programming differ from procedure oriented programming?

Popularity: 3   •   Tools:  Recategorize

C language program generate the fibonacci series with while loop?

Yes....Here is the code....include <stdio.h> public int main() { int num1 = 0; int num2 = 0; int
num3; int...

Popularity: 3   •   Tools:  Recategorize

What is the least common multiple for 22 and 33?

66The LCM of 22 and 33 is 66.

Popularity: 3   •   Tools:  Recategorize

Difference between syntax error and runtime error in c?

Syntax error can be found during compilation. Runtime error can be found only when you are
trying to execute your program. ...

Popularity: 3   •   Tools:  Recategorize

How to draw data flow diagram?

How to draw data flow diagrams for hotel reservation system

Popularity: 3   •   Tools:  Recategorize

What is the worst-case time complexity of the following code fragment in terms of n given
int k and an array of appropriate size?

int x = -1; int y = n; int m; while ( (x+1) < y) { m = (x + y) / 2; if (A[m] < k) { x = m; } else { y =
m; } }
Popularity: 3   •   Tools:  Recategorize

How many values can be stored in a byte?

A byte contains 8 bits. So, a byte can store 2^8 differents values, i.e. 256.

Popularity: 3   •   Tools:  Recategorize

Program in C to find the prime number in given range?

include<stdio.h> #include<conio.h> main() { int i,j,n; printf(" Enter the number upto which you
want to find prime...

Popularity: 3   •   Tools:  Recategorize

What functions get executed when you inherit from a class with the same functions name?

In general, the child class's functions will be used in place of the parent.

Popularity: 3   •   Tools:  Recategorize

What is a first-in-first-out data structure?

Hi, In terms of a set of objects, the frist-in-first-out approach consists in that the first object to
have been added to the...

Popularity: 3   •   Tools:  Recategorize

Why java does not support pointer concepts?

Because java provides a secure platform and use of pointers in any language makes it insecure by
various means. Keep in mind...

Popularity: 3   •   Tools:  Recategorize

How do you convert c file to jar file?

Jar files are basically zip files, but they are supposed to store java classes, they have nothing to
do with C.

Popularity: 3   •   Tools:  Recategorize

What is meant by data type of a variable?

data type means the type of storage to be used for a perticular variable, such as a char takes 2
bytes of space,integer takes 4...
Popularity: 3   •   Tools:  Recategorize

Is c plus plus a platform independent language?

No. Programs written for one platform will been to at least be recompiled, if not rewritten, to run
on a different platform.

Popularity: 3   •   Tools:  Recategorize

How is the old stack pointer value recovered on a function return?

If your stack grows bottom-up, it's decremented when you leave a function; if the stack grows
top-down, the stack pointer is...

Popularity: 3   •   Tools:  Recategorize

How do you write a c program to shift the entered number by 3 bits left and also 5 bits
right and display the result?

Input and output should be trivial; the core of it is: m = (n<<3)>>5 Note: it is not the same as m
= n>>2

Popularity: 3   •   Tools:  Recategorize

What is mean by primitive and nonprimitive?

in primitive if any process is in running phase and at the same time if any high priority process
will come then execution will...

Popularity: 3   •   Tools:  Recategorize

Does an interpreter convert and execute one statement at a time?

For example some BASIC versions accept the following statement, others don't: 10 IF 2*2=4
THEN GOTO 20 ELSE SYNTAX*ERROR

Popularity: 3   •   Tools:  Recategorize

What is the difference between far pointer and huge pointer in C programming language?

Huge pointers are fully recognised and evaluated for their entire width. Far pointers only allow
normal operations to be done to...

Popularity: 2   •   Tools:  Recategorize

What are double pointers in C?


There is no such thing as Double pointers in C, except in case you're referring to the declaration
such as: double *p; But...

Popularity: 2   •   Tools:  Recategorize

Can u Write algorithm for circularly linked list?

C code. This has been tested. Example usage in main(). include include typedef struct node { int
data; struct node *left;...

Popularity: 2   •   Tools:  Recategorize

What is an exe file?

EXE is the common filename extension denoting an executable file (a program) in the DOS,
OpenVMS, Microsoft Windows, ReactOS, and...

Popularity: 2   •   Tools:  Recategorize

Type of data communication?

What is the difference between data communication and telecommunication ?

Popularity: 2   •   Tools:  Recategorize

What is the difference between conventional C and embedd C?

Advantages: - Priority based premptive scheduling -multitasking -multithreading -better response


time -valuable services...

Popularity: 2   •   Tools:  Recategorize

What is getch in c?

what is getch()and their use Function getch waits for a single keypress (without line-buffering
and echoing). In: ncruses.h...

Why you need it data structure?

Data sturcture is the tool of various data structures like stack,queue,linked list etc. by using such
data structure we are able...

Popularity: 2   •   Tools:  Recategorize

What is the problem with floating inputs?


The problem with floating inputs is that electrical noise in the line could trigger the input without
user input. This can easily...

Popularity: 2   •   Tools:  Recategorize

How do you handle interrupts in Embedded programming C language?

what is interrpts?

Popularity: 2   •   Tools:  Recategorize

WAP to show the difference between a variable and static variable?

differnce between constant and static variables in java

Popularity: 2   •   Tools:  Recategorize

What handles are on the computer?

A handle is a particular kind of smart pointer. Handles are used when an application references
blocks of memory or objects...

Popularity: 2   •   Tools:  Recategorize

The integers from 1 to n are stored in an array in random fashion. One of the numbers is
missing. What is an example of a program that will find the missing number?

1. Determine the sum of 1..n = (n(n+1))/2 2. Subtract all the elements in the given array (n-1
elements) from the expected...

Popularity: 2   •   Tools:  Recategorize

What are the Strength and weakness of Algol?


Popularity: 2   •   Tools:  Recategorize   •   Needs Answer

How do you convert image file to byte code in asp with example code?

How to convert bytecode to .jpeg file in servlet? Thanks

Popularity: 2   •   Tools:  Recategorize

What is top down and bottom down approach in POP and OOPS respectively?

BottomUp Approach In a bottom-up approach the individual base elements of the system are
first specified in great detail. These...
Popularity: 2   •   Tools:  Recategorize

Is it necessary to include stdioh header file in a C compiler if you use printf function in
your code?

## posted by Pulkit and Puneet from D.Y.Patil college/pune The ans is NO......... bcoz c compiler
already contains the basic...

Popularity: 2   •   Tools:  Recategorize

What is formal parameter in c?

A variable declared in the header of a method whose initial value is obtained during method
invocation (using the actual...

Popularity: 2   •   Tools:  Recategorize

How can we write header file in c?

To write a header file, you need a plain text editor. Word processors won't do. If you are under
windows, use notepad; if you are...

Popularity: 2   •   Tools:  Recategorize

Token separation source code in c?

\\ Token Separation \\ Write a program to identify and generate the tokens present in the given
input #include<stdio.h> ...

Popularity: 2   •   Tools:  Recategorize

Could you Write a program for 8086 microprocessor that displays on the monitor the
average of 2 numbers from an array?

How to write a program for mouse in microprocessor?

Popularity: 2   •   Tools:  Recategorize

How do you reverse a number using bitwise operator?

not 100% sure if this is what you are asking for but here it goes. you have a number 11110000
(binary) and you want 00001111...

Popularity: 2   •   Tools:  Recategorize

Why java takes 4 byte of int while c has 2?


Java defined int as a 32-bit number because that is generally large enough to hold the
information you need. The size of an int...

Popularity: 2   •   Tools:  Recategorize

How do you Write a program in c language to calculate the sum of two integers?

include <iostream.h> #include <stdio.h> #include <conio.h> void main() { char a; int firstInt,
secondInt,...

Popularity: 2   •   Tools:  Recategorize

Where did bill gates do his lab work?


Popularity: 2   •   Tools:  Recategorize

Write recursive algorithm to find the GCD of two numbers?

Algorithm: Greatest Common Divisor (GCD/HCF/GCM) of 2 Numbers Input: m,n ; the two
integer values whose gcd needs to be computed...

Popularity: 2   •   Tools:  Recategorize

Assembly language versus high level language?

Assembly language :- ---- The computation in assembly laguage program is less than machine
languge. This program runs faster...

Popularity: 2   •   Tools:  Recategorize

How do you get path of a DLL from inside the DLL itself?

http://www.codeproject.com/KB/DLL/DLLModuleFileName.aspx

Popularity: 2   •   Tools:  Recategorize

What are the differences between a structure in C and structure in C plus plus?

In C, a struct is simply a type that can hold several sub-objects. In C++, struct is almost the same
as "class". It can have...

Popularity: 2   •   Tools:  Recategorize

Write a program in C language to convert infix expression to postfix expression?

/**************************/ /**********cReDo**********/
Popularity: 2   •   Tools:  Recategorize

What could you do if someone hacked into your computer and changed all the computer
files into exe files?

I doubt that somebody has hacked your PC. There is a virus which renames file extensions, by
the way it's a very old virus. I...

Popularity: 2   •   Tools:  Recategorize

How do you calculate time complexity for merge sort?

Suppose (for simplicity) that n = 2k for some entire k. Let T(n) the time used to sort n elements.
As we can perform separation...

Popularity: 2   •   Tools:  Recategorize

What are the Samples of subprograms?

Functions, Classes...

Popularity: 2   •   Tools:  Recategorize

What should you do to improve your talents?


Popularity: 2   •   Tools:  Recategorize

How do you downgrade a psp with v3.9?

One is download some software and follow the guide to downgrade your psp. It often a difficult
thing for many people. But you can...

Popularity: 2   •   Tools:  Recategorize

Five categories of programming languages?

Assembly Language Fourth Generation Languages Machine Languages Object Oriented


Programming Languages Metaprogramming...

Popularity: 2   •   Tools:  Recategorize

What is interrupt and why used interrupt?

interrupt means to stop the execution of some task and save it, start the new task which is caused
by it. interrupt increases...

Popularity: 2   •   Tools:  Recategorize


How do you raise a number to a power We can use pow function using math.h file?

Unfortunately, there is no power function in C/C++, so you'll have to make one yourself. I made
one a few days ago, here it is: ...

Popularity: 2   •   Tools:  Recategorize

How we do Sum of ten numbers using for loop?

the following is C code, should work well enough. If not, you should get the general idea. int
counter; for (int...

Popularity: 2   •   Tools:  Recategorize

What is the most efficient algorithm for language translation?

It is called MEPS, (Multilanguage Electronic Phototypesetting System)designed by the


Watchtower and Bible Tract Society. various...

Popularity: 2   •   Tools:  Recategorize

When was the C programming language invented?

In 1972 at Bell Laboratories in the USA, by Dennis Ritchie.

Popularity: 2   •   Tools:  Recategorize

Suppose you are comparing implementations of insertion sort and merge sort on the same
machine For inputs of size n insertion sort runs in 8n2 steps while merge sort runs in 64n lg
n steps For which v?

we can give the delay function to the faster processing sort we can give the delay function to the
faster processing sort

Popularity: 2   •   Tools:  Recategorize

How do you create a Pascal triangle using only one 'for' loop using C?

include<iostream.h> include<math.h> include<conio.h> void main() { clrscr(); int n; cout<<"\n


enter...

Popularity: 2   •   Tools:  Recategorize

Disadvantages of DDA line drawing algorithm?


1.It drift away from the actual line path because of rounding off float values to integer 2.It causes
jaggies or stair-step...

Popularity: 2   •   Tools:  Recategorize

How to Write a program that would read the marks from a file Save these marks in some
suitable data structure Then sort the marks in descending order and output the result to
file 'sorted markstxt'?

how could i go to see my ams marks

Popularity: 2   •   Tools:  Recategorize

How do you Nibble swap using bitwise operators?

If i is an unsigned char (1 byte unsigned integer) then: i = (i << 4) | (i >> 4); If you know how to
write inline...

Popularity: 2   •   Tools:  Recategorize

Examples of custom written program?

a custom written program that acts as our "intranet".This tool has a range of templates, letters
and forms that we use in our...

Popularity: 2   •   Tools:  Recategorize

Krawler networks title or statement for c-programs in test?


Popularity: 2   •   Tools:  Recategorize   •   Needs Answer

What are priority queues in c programming?

A priority queue is a type of data structure that allows for elements to be inserted in any order,
and to be retrieved in the...

Popularity: 2   •   Tools:  Recategorize

What is the difference between the c and c programming?

The question is similar to : What is the Difference between "English" and "Talking in English"
"C" is a Language. "C...

Popularity: 2   •   Tools:  Recategorize

What is the difference between int main and int void?


int main() refers that main function returns an integer value, where the integer value represent the
program execution status....

Popularity: 2   •   Tools:  Recategorize

Using the C or similar programming languages how can I find the greatest common
denominator of two integers?

The easiest way to find the greatest common denominator of two integers with a computer
program is to use the Euclidean...

Popularity: 2   •   Tools:  Recategorize

What is face recognition?

Face Recognition System is an advance biometric identification technique useful for all type of
business and organizations for...

Popularity: 2   •   Tools:  Recategorize

Updating your windows media player?

There are a few ways to update your windows media player: Go to www.google.com and type
Download latest windows media player and...

Popularity: 2   •   Tools:  Recategorize

What are the advantages and disadvantages of pointer in C language?

The main advantages of using pointers are 1.) Function cannot return more than one value. But
when the same function can modify...

Popularity: 2   •   Tools:  Recategorize

Similarities and differences between iteration and recursion?

Both Iteration and Recursion run a part of an algorithm repeatedly. We typically use them when,
in a part of an algorithm, we...

Popularity: 2   •   Tools:  Recategorize

Define the phrase the language of design?

It is the blueness of an item.

Popularity: 2   •   Tools:  Recategorize


Advantages of enumeration in c?

There are basically two uses 1. making new data (which does not exist in c language ) for
example : Boolean typedef enum...

Popularity: 2   •   Tools:  Recategorize

Write a program to find the length of a string without using strlen function in c?

char* cString = "Hello World!"; int length; for (length = 0; cString[length]; ++length); //length
now holds the length of...

Popularity: 2   •   Tools:  Recategorize

Which data structure would you most likely see in a nonrecursive implementation of a
recursive algorithm?

Probably, you would see a stack. A recursive algorithm works by calling itself, each time with
different data. So, to simulate...

Popularity: 2   •   Tools:  Recategorize

How are two-dimensional arrays represented in memory?

The memory of a computer is linear and not a matrix like a 2D array. So, the elements of the
array are stored either by row,...

Popularity: 2   •   Tools:  Recategorize

What are three main catergories of form factor used for motherboard?

AT, BTX, ATX

Popularity: 2   •   Tools:  Recategorize

Flow chart of LCM?

See the related links posted below. It is a good example of calculating the Least Common
Multiplier.

Popularity: 2   •   Tools:  Recategorize

What is the Concepts of object oriented programing?


Java is an object oriented programming language. The main concepts used in Java are: Class
Defines the abstract characteristics...

Popularity: 2   •   Tools:  Recategorize

What is priority queue?

A priority queue is a collection of elements that each element has been assigned a priority and
such that order in which elements...

Popularity: 2   •   Tools:  Recategorize

How do you use C code in Asp.Net using CSharp. I have code written in C and I want to
use it in my ASP.NET application written in CSharp. What are the ways of converting
importing using that code?

tretwre

Popularity: 2   •   Tools:  Recategorize

Area of circle using pointer in c programming?

/*to find the area of a circle*/ #include<stdio.h> include<conio.h> main() { int r; float a; print f
("Enter r...

Popularity: 2   •   Tools:  Recategorize

Write a c program using system calls which accepts a filename as parameterthe program
should be designed in such a way that only one session should be permitted to read the date
at any point of time?

Harry S. Truman

Popularity: 2   •   Tools:  Recategorize

What r storage classes in c?

There are four types of storage classes in c. It defines the scope and lifetime of a variable or
function. 1. auto - This is the...

Popularity: 2   •   Tools:  Recategorize

How do you use array in c language?

I recommend viewing this: http://home.netcom.com/~tjensen/ptr/ch2x.htm


Popularity: 2   •   Tools:  Recategorize

What steps are required form an algorithm to convert a binary number to it's decimal
equivalent?

Let's look at an example. If you want to convert the number 100112 to decimal you can split up
the number so each digit has an...

Popularity: 2   •   Tools:  Recategorize

Explain the meaning of polymorphism decribe how polymorphism is accomplished in C


taking a suitable example?

What is polymorphism? In programming languages, polymorphism means that some code or


operations or objects behave differently in...

Popularity: 2   •   Tools:  Recategorize

What is the difference between actual and formal parameters?

Formal parameters are the parameters as they are known in the function definition. Actual
parameters (also known as arguments)...

Popularity: 2   •   Tools:  Recategorize

What does static mean in C?

The keyword "static" in C has a slightly complicated meaning, depending on where it is used. It
generally denotes static storage,...

Popularity: 2   •   Tools:  Recategorize

What does COM stand for?

COM is an acronym for Component Object Model. Since it's an acronym, there's really no point
in abbreviating it any further.

Popularity: 2   •   Tools:  Recategorize

Write a program to find average of 3 numbers?

Depends on the language. Here it is in Ruby: puts ARGV[0..2].map{|x|x.to_f}.inject {|sum,n|


sum + n}/3 Save it in bah.rb and...

Popularity: 2   •   Tools:  Recategorize


Printer configuration method overrides any other type of configuration?

Global d,mhf b,hfb ;adsf

Popularity: 2   •   Tools:  Recategorize

Whether given number is even or not?

You can use the binury operator % for this purpose, for instance, int even_or_not; cout << "Enter
a number :"; cin...

Popularity: 2   •   Tools:  Recategorize

What is putchar?

putchar used to write one character to output device Example putchar (variable_name);
include<stdio.h> void main() { ...

Popularity: 2   •   Tools:  Recategorize

Write a program to plot line whose slope is 0 and 45 degree using slope intercept form?

they become trunk and crazy

Popularity: 2   •   Tools:  Recategorize

How do you create a non preemptive process?

There is no such concept of a "Preemptive Process"

Popularity: 2   •   Tools:  Recategorize

What is the difference between post and pre increment unary operators in c with example?

They both increment the variable. But the value returned by the pre-increment operator is the
value of the variable after it has...

Popularity: 2   •   Tools:  Recategorize

One bit is how much characters or one character is how much bit?

One character is equals to 8 bits.

Popularity: 2   •   Tools:  Recategorize


What are the advantages and disadvantages of Database Processing?

Advantages of Database 1.Getting more information from the same amount of data. 2.Share data.
3.Balancing confliction...

Popularity: 2   •   Tools:  Recategorize

What is boot thawed?

Boot frozen means that whenever a PC restarts, it will be reverted to a pre-defined state. In other
words, if you start you start...

Popularity: 2   •   Tools:  Recategorize

How c program gets stored in the memory?

stack

Popularity: 2   •   Tools:  Recategorize

How do you resolve ambiguity in multiple inheritance?

It is not clear what "multiple inheritance" means but ambiguities in wills are resolved in court on
an action to construe the...

Popularity: 2   •   Tools:  Recategorize

What are the uses of array?

Array in most programming langauges like C ,C++, Java etc is a static , homogeneous and linear
data structure. A data structure...

Popularity: 2   •   Tools:  Recategorize

Check whether a character is alphabaticdigital or special character using C program?

To solve this you need to remember that chars in C are represented as ints. Because of this
property, you can use int comparison...

Popularity: 2   •   Tools:  Recategorize

Steps involved in the program development process?

Hey just go to the following.. there you answer is waiting for::


http://doit.ort.org/course/languages/391.htm
Popularity: 2   •   Tools:  Recategorize

Suggest the data type that can be used for initializing alphanumeric elements in a c
programmed array .Also tell you the compiler that can understand the data type.?

Data Type : - It is used to identify the type of data. 'C' Language has a large no of data type, Thus
it is also known by rich...

Popularity: 2   •   Tools:  Recategorize

Does c language support polymorphism?

C++ does.

Popularity: 2   •   Tools:  Recategorize

What are the steps in program planning and development?


Popularity: 2   •   Tools:  Recategorize   •   Needs Answer

How to write a C program to perform matrix multiplication using pointer?

void main() { int a[10][10],b[10][10],c[10][10],i,j,k,m,n,p,q; printf("Enter The Rows And


Cloumns And Of The First Matrix:"); ...

Popularity: 2   •   Tools:  Recategorize

How is Easy to learn c language?


Popularity: 2   •   Tools:  Recategorize

Accounting elements or values?

If you own your onw business yuo can make your own hours. Therefore you can spend time with
the family more. The knowledge you...

Popularity: 2   •   Tools:  Recategorize

What are the Data types of turbo c?

the standard C types, such as char, short, int, long, size_t, valist... and many others.

Popularity: 2   •   Tools:  Recategorize

How many sectors are in CPI?

7
Popularity: 2   •   Tools:  Recategorize

How robustness can be seen in C language?

"How robustness can be seen in C language?"

Popularity: 2   •   Tools:  Recategorize

What is meant by heap in c or cpp?

If you see the word "heap" in the context of C/C++ programming, it is probably referring to one
of two ideas. First, if it is...

Popularity: 2   •   Tools:  Recategorize

What are the32 key words in c turbo?

key words are the specfic command of the programe like variable name, syntax, name of loops.

Popularity: 2   •   Tools:  Recategorize

Write a program in c language to draw a diamond shaped if you give the number?

include include void main() { int a,b,c,i,j,k,n; clrscr(); printf("enter the value of n\n");
scanf("%d",&n); //for the...

Popularity: 2   •   Tools:  Recategorize

What is the difference between relational database and non relational database?

The main difference is that the relational database uses one instance only for every given entry.
A 'flat file' system keeps...

Popularity: 2   •   Tools:  Recategorize

How do you get out of dos mode?

You have to just write there exit keyword.And if you have maxize screen of dos then u have to
press alt+enter. Pooja

Popularity: 2   •   Tools:  Recategorize

Can you perform an upgrade of Windows 2000 from a remote computer?

Yes you can carlos.


Popularity: 2   •   Tools:  Recategorize

What does decode mean?

"Decode" means to figure out. -niqqerface<3

Popularity: 1   •   Tools:  Recategorize

How do you compile a C program in Linux?

1. Create the source into a file with any text editor, for example: myprog.c 2. Compile it: gcc
-Wall -W -pedantic -g -o myprog...

Popularity: 1   •   Tools:  Recategorize

Вам также может понравиться