write a program for the normal snake games find in most of
the mobiles.
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the restrict keyword?
Why does this code crash?
In c programming language, how many parameters can be passed to a function ?
Find MAXIMUM of three distinct integers using a single C statement
How can I increase the allowable number of simultaneously open files?
What is a floating point in c?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
what is the hexidecimal number of 4100?
Explain 'far' and 'near' pointers in c.
What is the difference between scanf and fscanf?
in which language c language is written?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?