main()
{
int i;
for(i=0;i<5;i++)
printf("%d",1l<<i);
}
why doesn't 'l' affect the code??????
In 1l, 'l' converts number 1 from int to long int.
It is a valid expression
| Is This Answer Correct ? | 2 Yes | 0 No |
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Why main is not a keyword in c?
Can we access the array using a pointer in c language?
Why does the call char scanf work?
what do you mean by defining a variable in our c code?
What is the purpose of & in scanf?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Why do we use pointer to pointer in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is extern keyword in c?
C language questions for civil engineering