Program to display given 3 integers in ascending order
What is the use of printf() and scanf() functions?
How can I call a function, given its name as a string?
How can I find out if there are characters available for reading?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
Can you please explain the difference between syntax vs logical error?
how i m write c program 1.check prime number 2.prime number series
Is c is a low level language?
why Language C is plateform dependent
What are valid signatures for the Main function?
Why do we use & in c?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
write a program to copy the string using switch case?