What will be the output?

0
1K

#include <stdio.h>

int main()

{

    int testInteger = 5;

    printf("Number = %d", testInteger);

    return 0;

}

Like
5
Whatson Plus https://whatson.plus