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
What are all different types of pointers in c?
what will be maximum number of comparisons when number of elements are given?
Explain how do you view the path?
How can I read data from data files with particular formats?
What are the 5 data types?
Write programs for String Reversal & Palindrome check
How do you write a program which produces its own source code as output?
What is adt in c programming?
What are the main characteristics of c language describe the structure of ac program?
Which one would you prefer - a macro or a function?
Is javascript written in c?
What is scope rule of function in c?
Explain spaghetti programming?
What are the 5 organizational structures?
Differentiate abs() function from fabs() function.