what are the types of casting shown by the following examples?
double p=12.3;
int a=14;
i)Long b =a;
ii) int q=(int)p;
Don't spam, Don't give rubbish answer to me.
Otherwise your answer will be reported.
Guys please answer to this question for God sake
Answers
Answered by
1
Answer:I shall assume that you are familiar with some programming languages such as C/C++/Java. This article is NOT meant to be an introduction to programming.
I personally recommend that you learn a traditional general-purpose programming language (such as C/C++/Java) before learning scripting language like Python/JavaScript/Perl/PHP because they are less structure than the traditional languages with many fancy features.
Explanation:hope this helps
Answered by
0
Answer:
- i long b "a ,️️️
Similar questions