Explain what are the different file extensions involved when programming in c?
No Answer is Posted For this Question
Be the First to Post Answer
program to find out date after adding 31 days to a date in the month of febraury also consider the leap year
how to use showbits function?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is d scanf?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
what is the output of following question? void main() { int i=0,a[3]; a[i]=i++; printf("%d",a[i] }
What is the most efficient way to store flag values?
how can i calculate mean,median,mode by using c program
How can I change their mode to binary?
Which of these functions is safer to use : fgets(), gets()? Why?
what is calloc and malloc?
int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }