What is difference between the following 2 lines….
int temp = (int)(0x00);
int temp = (0x00int);
Answer Posted / akshay
there is No diff
Question is absolutely Correct
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is pointer to pointer in c?
Is null always equal to 0(zero)?
write a program to concatenation the string using switch case?
Explain what are the __date__ and __time__ preprocessor commands?
What does %p mean?
How do I get a null pointer in my programs?
How can I get the current date or time of day in a c program?
What is difference between union All statement and Union?
Define Array of pointers.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
What are the different types of constants?
What is C language ?
Why we not create function inside function.
Without Computer networks, Computers will be half the use. Comment.
How do I use void main?