10 Answered Questions
[SOLVED] No Exception while type casting with a null in java
- 2013-09-10 15:53:33
- Vicky
- 126950 View
- 210 Score
- 10 Answer
- Tags: java nullpointerexception typecasting-operator
1 Answered Questions
[SOLVED] Why does -Wcast-align not warn about cast from char* to int* on x86?
- 2014-09-10 09:43:23
- linuxfreak
- 6940 View
- 11 Score
- 1 Answer
- Tags: c memory-alignment gcc-warning typecasting-operator
3 Answered Questions
[SOLVED] Compiler error for conditional operator "?:" when used with typecasting operator
- 2011-11-30 10:19:45
- iammilind
- 1293 View
- 9 Score
- 3 Answer
- Tags: c++ compiler-errors conditional-operator typecasting-operator
3 Answered Questions
[SOLVED] What is the difference between " as string" and "stringvalue" in swift?
- 2015-09-29 06:25:21
- Aabid Khan
- 3065 View
- 6 Score
- 3 Answer
- Tags: ios string swift typecasting-operator
3 Answered Questions
[SOLVED] Need clarification of Type Casting operator in Swift
- 2015-08-01 08:14:40
- Walter M
- 316 View
- 2 Score
- 3 Answer
- Tags: swift casting typecasting-operator
2 Answered Questions
[SOLVED] C: How to access a function pointer stored in a void pointer (void *)?
- 2018-08-29 06:31:12
- AymenTM
- 247 View
- 0 Score
- 2 Answer
- Tags: c pointers function-pointers void-pointers typecasting-operator