Answer Posted / kantilal
hey oleg make it as 4095
4100-4095=5
0x1005
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Why is c known as a mother language?
Difference between Shallow copy and Deep copy?
What is logical error?
What are Macros? What are its advantages and disadvantages?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What is a list in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is the meaning of c in c language?
List the difference between a While & Do While loops?
how is the examination pattern?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
Explain how can you check to see whether a symbol is defined?
What are the types of i/o functions?
What are the complete rules for header file searching?
How can I swap two values without using a temporary?