how can u draw a rectangle in C
Answer Posted / guest
no answer
| Is This Answer Correct ? | 27 Yes | 84 No |
Post New Answer View All Answers
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
write a program for area of circumference of shapes
why nlogn is the lower limit of any sort algorithm?
Develop a routine to reflect an object about an arbitrarily selected plane
How to palindrom string in c language?
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
Sir... please give some important coding questions asked by product companies..
Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.
Write a program to model an exploding firecracker in the xy plane using a particle system
Write a routine to implement the polymarker function
What is full form of PEPSI
What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??