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
main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain
Write a program to find given number is even or odd without using any control statement.
When can you use a pointer with a function?
How to develop software using "c" programming?
What is the code for 3 questions and answer check in VisualBasic.Net?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Can we add pointers together?
Tell me is null always defined as 0(zero)?
#define DCHAR char* typedef char* TCHAR; if using these following variables will be declared like DCHAR ch1, ch2; TCHAR ch3, ch4; then what will be types of ch1, ch2, ch3 and ch4?
Why is c called a structured programming language?
What is the difference between calloc() and realloc()?