adspace
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
develop algorithms to add polynomials (i) in one variable
What are pointers? What are different types of pointers?
What is dynamic dispatch in c++?
What is variable initialization and why is it important?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
write a c program to find the sum of five entered numbers using an array named number
Is int a keyword in c?
What is the difference between union and anonymous union?
Differentiate between null and void pointers.
What is the general form of a C program?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
swap 2 numbers without using third variable?
How do you determine the length of a string value that was stored in a variable?
what is ur strangth & weekness