What is the real difference between arrays and pointers?
Answer Posted / mak
@ved: abey chutiye kyu bakchodi kar rha hai idhar....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write the control statements in C language
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 identifier in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
How can I pad a string to a known length?
how to create duplicate link list using C???
how to construct a simulator keeping the logical boolean gates in c
Explain what does the function toupper() do?
Explain Function Pointer?
Are the expressions * ptr ++ and ++ * ptr same?
When can a far pointer be used?
Explain how can you avoid including a header more than once?
What is the difference between union and anonymous union?
Why is c called c?
What is meant by 'bit masking'?