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 the jvm with the program First, use a portable programming language and associated portable libraries. Java is one, others are C/C++, FreeBASIC, The suite of GCC when coupled with Cygwin. There are many portable graphics libraries to use. A few are: Simple Direct Media Layer (Video, Audio and Input) OpenGL 2d & 3d Graphics Included with almost ALL systems MESA (A layer on top of OpenGL)
How do you connect oracle with c?
You'll have to get the object code to link in some of the utilities.
Using doublelinked list insertion sort in c language?
using doublelinked list insertion sort in c language
write a c++program by using if statement to read a number and check whether it is positive or negative
How many books did J K Rolling write?
J.K. Rowling wrote 7 Harry Potter books to the series plus she wrote three other books that aren't in the series but they do have to do with Harry Potter. So in all she wrote 10 books.
When an element is pushed in a stack is it possible to push it at a particular index?
No, the whole idea of a stack is that elements can only be added at the top.
Which program produces the obj file assembly or C plus plus?
A compiler produces object code, which is an obj file.
What are read only objects in c plus plus?
Read-only objects are those that have private immutable member variables with public accessors (getters) but no public mutators (setters). The object members are typically initialised during construction, but the member variables cannot be altered thereafter, thus they are read-only.
What operator is a unary operator as it works with only one operand?
Yes, a unary operator is an operator that only has one operand. Examples of unary operators are negative (-), positive (+), increment (++), decrement (--), address of (&), dereference (*), logical not (!), sizeof, one's complement (~), new, and delete.
How would a person explain data structures to a technophobe?
It is possible to explain data structure in layman's terms. Simply put, in computer terms, a data structure is a commonly used method of data organization.
Can abstraction encapsulation be achieved in C program if yes explain?
abstraction and encapsulation is one of the concepts of OOPs and C is not an OOP [Object Oriented Programming language] obviously abst & encap will not be supported by 'C' Abstraction & encapsulation is a concept of OOP [Object Oriented Programming] But, 'C' is not an OOP whereas it is a POP [Procedure oriented programming], so obviously 'C' does not support abstraction and encapsulation
Answer Encapsulation is not inherently supported but it can be emulated in C. The use of static and extern keywords for functions are almost equivalent to your private and public keywords in java (encapsulation). Read up more on those keywords.. Structures become an object's attributes while functions accepting pointers the the said struct become its methods.
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 area have ready application in the work force. If you become a software engineer, it will be immensely useful have substantial domain knowledge in the area that you are working. For example, if you are a software engineer for a stock brokerage you may find that finance, economics, or accounting knowledge helps. If you go to work for a pharmaceutical company a biology or chemistry minor makes a lot of sense. If you work for a defense contractor a physics or math minor would be very beneficial. But if you are really interested in something like philosophy, psychology, or sociology don't be a afraid to minor in it. You'll be able to find creative ways to apply this kind of knowledge too in your career. Ultimately college is not simply career preparation. It is a unique opportunity to learn about whatever is you want to learn about.
Explain and illustrate insertion sort algorithm to short a list of n numburs?
Explain and illustrate insertion sort algorithm to short a list of n numburs
What are the role played by parenthesis in an expression in C language?
Parenthesis will affect the order of execution priority of statements. Expressions within parenthesis assume highest priority.
Finite automata in compiler design containing all strings of 0s and 1's with odd no of 0s and 1's?
START (0/1=even/even):
0-->A
1-->B
A (0/1=odd/even):
0-->START
1-->STOP
B (0/1=even/odd):
0-->STOP
1-->START
STOP (0/1=odd/odd):
0-->B
1-->A
There are several companies hiring operators. Whether you are looking for customer support operators, or fork lift operators, you can find employers hiring them on local hiring websites, as well as local sites such as Craigslist.
Do static variable retain their values even after exiting the function?
Yes. That is the definition of static.
What is Disadvantage of c programming?
Although C is a high-level language, the level of abstraction is extremely low to the extent that the onus of responsibility lies largely with the programmer rather than with the language. C++ now fulfils many of the roles previously filled by C.
How many characters or symbols can be represented by one eight-bit byte?
it depend on the language which are you using
if it is c than 1 bytes
if it is java than 2 bytes
and vary for the languages but it is generally either 1 or 2
1 byte =8 bit
How do you program a mindstorm?
Either use the software that comes with it, or search google.
http://www.google.com/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=uC2&q=mindstorms+programming&btnG=Search