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
English,
3 hours ago
Computer Science,
5 hours ago
Biology,
5 hours ago
Math,
7 months ago
Biology,
7 months ago
India Languages,
7 months ago