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 the difference between class and unio?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the difference between array and linked list in c?
what is the significance of static storage class specifier?
What is a pragma?
How many levels of pointers can you have?
what is bit rate & baud rate? plz give wave forms
What is switch in c?
What's the best way of making my program efficient?
Why we use break in c?
What are the different data types in C?
What is multidimensional arrays
Are the variables argc and argv are local to main?
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
If fflush wont work, what can I use to flush input?