What are terms in math?
No Answer is Posted For this Question
Be the First to Post Answer
What does int main () mean?
Does c have an equivalent to pascals with statement?
Why is malloc used?
What is property type c?
# define prod(a,b)=a*b main() { int x=2; int y=3; printf("%d",prod(x+2,y-10)); } the output of the program is a.8 b.6 c.7 d.none
What are the types of pointers?
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
What is bubble sort in c?
Which is best linux os?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Who is invented by c?
write a program to remove occurrences the word from entered text?