What is unsigned int in c?
No Answer is Posted For this Question
Be the First to Post Answer
Can anyone tell what is stack overflow? what precaution we should take?
What is signed and unsigned?
#include<stdio.h> void main() { int =1; printf("%d%d%d",a++,++a,++a); }
for(i=1;i>0;i++); printf("i=%d",i); what will be the answer????
write a function for strtok()??
Write a program to show the workingof auto variable.
What is a Deque?
What are qualifiers in c?
Is c functional or procedural?
What is the difference between array and pointer in c?
What is bss in c?
Why is struct padding needed?