Computer Science, asked by aaravmarya, 5 hours ago

Convert 3.24 into Integer data type and String Data type, and Display its Datatype after converting

Answers

Answered by shivanshsoni9792
0

Answer:

words from the alternatives given in the brackets he should be lurking in Shadow/searching / stay lying / stay hiding ?

Answered by kunwar1212juneja
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