Answer Posted / unknown
can you give me that sciencetific reason SRIDHAR plzzzzzzzzz
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why do we use int main?
How do you declare a variable that will hold string values?
What are keywords c?
What is c value paradox explain?
What is page thrashing?
What is memory leak in c?
how to create duplicate link list using C???
What is 'bus error'?
What is output redirection?
What are the preprocessor categories?
When is a “switch” statement preferable over an “if” statement?
write a c program for swapping two strings using pointer
explain what is a newline escape sequence?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Is swift based on c?