What is difference between the following 2 lines….
int temp = (int)(0x00);
int temp = (0x00int);
Answer Posted / s.srinivasulu
first one is valid initialization and
second one syntax error and it will give compilation error
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Write the control statements in C language
What does sizeof int return?
What are the c keywords?
What does a pointer variable always consist of?
What is the significance of scope resolution operator?
Can you write the function prototype, definition and mention the other requirements.
Why we use stdio h in c?
State the difference between realloc and free.
What are the main characteristics of c language describe the structure of ac program?
how many key words availabel in c a) 28 b) 31 c) 32
Explain what is meant by 'bit masking'?
What is the size of structure pointer in c?
What is a macro in c preprocessor?
What is call by value in c?
What is the role of this pointer?