how do you execute a c program in unix.
No Answer is Posted For this Question
Be the First to Post Answer
what are the files which are automatically opened when a c file is executed?
How can a program be made to print the line number where an error occurs?
Why is c called a mid-level programming language?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain modulus operator.
List the difference between a "copy constructor" and a "assignment operator"?
LOGIC OF Bodmas?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
What is the deal on sprintf_s return value?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
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.
how to build a exercise findig min number of e heap with list imlemented?