Convert 3.24 into Integer data type and String Data type, and Display its Datatype after converting
Answers
Answered by
0
Answer:
words from the alternatives given in the brackets he should be lurking in Shadow/searching / stay lying / stay hiding ?
Answered by
2
Answer:
NOTE The answer is in C language;
include <stdio.h>
int main(){
Integer: printf("3.24(i)");
String: String dataType = "3.24";
printf("%s", dataType);
}
Explanation:
Similar questions
Geography,
30 days ago
Physics,
30 days ago
Computer Science,
2 months ago
Biology,
2 months ago
Math,
9 months ago
Biology,
9 months ago
India Languages,
9 months ago