what is the use of c program?
Answer Posted / guest
it is use for make a softwares
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
Explain what is a 'locale'?
Can we change the value of static variable in c?
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 do c compilers work?
how do you execute a c program in unix.
Calculate 1*2*3*____*n using recursive function??
Is fortran still used today?
What is the scope of local variable in c?
Write a program to print factorial of given number without using recursion?
What is string function c?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
write a program fibonacci series and palindrome program in c
In c programming language, how many parameters can be passed to a function ?
How arrays can be passed to a user defined function
Write program to remove duplicate in an array?