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


Please Help Members By Posting Answers For Below Questions

What is auto keyword in c?

792


What is difference between structure and union in c programming?

575


Where in memory are my variables stored?

639


Why c is a procedural language?

587


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

2273






Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

657


What is bubble sort in c?

640


How can I insert or delete a line (or record) in the middle of a file?

579


What is the difference between NULL and NUL?

733


What is pivot in c?

570


What is malloc and calloc?

578


Can we declare function inside main?

572


How many data structures are there in c?

620


what are the facialities provided by you after the selection of the student.

1664


What is the difference between near, far and huge pointers?

630