can u give me the good and very optimised code for a car
racing game?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by team??
Why clrscr is used in c?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
What are integer variable, floating-point variable and character variable?
c program to subtract between two numbers without using '-' sign and subtract function.
how 2 compile & execute c program with out using editor?
number 2 plssssss help !!....using array.. turbo c.. create a program that will accept a number and determine if it is a happy number or an unhappy number.. example: enter a number : 7 7*7=49 then 4 and 9 4*4 and 9*9== 16 + 18 gives you 97 then 9 and 7 9*9 and 7*7 == 81 + 49 gives you 130 then 1 and 3 1*1 and 3*3 == 1 + 9 gives you 10 1*1 gives you 1 sample output: 7= 49= 16+81= 97= 81+49=130 =1+9=10 =1 "7 is a happy number" . if the last number is 2 then the number being inputed is not a happy number.
I came across some code that puts a (void) cast before each call to printf. Why?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
swap two integer variables without using a third temporary variable?
Lists the benefits of c programming language?
What is printf () in c?