develop algorithms to add polynomials (i) in one variable
No Answer is Posted For this Question
Be the First to Post Answer
Where is volatile variable stored?
What is c mainly used for?
Explain enumerated types.
Write a program to swap two numbers without using the third variable?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What happens if a header file is included twice?
what is calloc and malloc?
which will be first in c compiling ,linking or compiling ,debugging.
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
write a c program to find largest number in matrix(in each row,each column, diagonally, and in the whole matrix)? Its urgent.
Write a pro-gramme to determine whether the number is even or odd?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }