Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Datatypes&variables lesson more about data types

i did the code correctly but it keeps on saying it has an error and i cannot pass to the next lesson
by

3 Answers

iamabhishek
Please share the level number and lesson number so that I can help.
delia
level 2 lesson 4
iamabhishek
This is the correct code:

#include <stdio.h>

int main() {

printf("Here is the largest int value - %d", 2147483647);
return 0;

}

Login / Signup to Answer the Question.