Explain low-order bytes.
No Answer is Posted For this Question
Be the First to Post Answer
which operator is known as dummy operator in c?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
What is the use of sizeof () in c?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
What is the return type of sizeof?
Tell me what is the purpose of 'register' keyword in c language?
Write a pro-gramme to determine whether the number is even or odd?
Explain what are multidimensional arrays?
What does %p mean?