Why is %d used in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is an operator?
What is difference between class and structure?
How does the C program handle segmentation faults?
What are valid operations on pointers?
main() { int i=0; while(+(+i--)!=0) i-=i++; printf(i); }
How we can insert comments in a c program?
how to find a 5th bit is set in c program
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
why integer range between -327680to+32767
write a c program to check weather a particluar bit is set or not?
What is a pointer and how it is initialized?
What is volatile variable in c?