Answer Posted / nobody special
because starting from 3 would just be silly?
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
What is the purpose of sprintf?
How do I use strcmp?
What are identifiers c?
Why is python slower than c?
Can we change the value of #define in c?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is a double c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
How to write a multi-statement macro?
What is wrong with this program statement?
Can a variable be both static and volatile in c?
What is an example of structure?
How can I swap two values without using a temporary?
Where can I get an ansi-compatible lint?
What is uint8 in c?