Answer Posted / arthy
main()
{
int n,i;
scanf("%d",&n);
int a[n];
}
| Is This Answer Correct ? | 4 Yes | 25 No |
Post New Answer View All Answers
What is a structural principle?
State two uses of pointers in C?
What is wild pointer in c?
Why does everyone say not to use gets?
What are types of structure?
What is the use of define in c?
What are header files why are they important?
about c language
Explain what is the stack?
What are linked lists in c?
What is volatile, register definition in C
Why shouldn’t I start variable names with underscores?
Explain output of printf("Hello World"-'A'+'B'); ?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
write a c program to calculate sum of digits till it reduces to a single digit using recursion