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 are variables and it what way is it different from constants?
What is #include stdio h and #include conio h?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
Can you please compare array with pointer?
What is c language & why it is used?
What is character set?
What are the header files used in c language?
What is unsigned int in c?
Which header file is used for clrscr?
Explain about block scope in c?
Give the rules for variable declaration?
What is the use of clrscr?
What is malloc() function?
What are dangling pointers? How are dangling pointers different from memory leaks?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.