Why do we need functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
How do you determine if a string is a palindrome?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
Can you please explain the difference between strcpy() and memcpy() function?
WHAT IS FLOAT?
output for following code??? main() { int x=2,y,z; x*=3+2; printf("1.%d\n",x); x*=y=z=4; printf("2.%d %d %d\n",x,y,z); x=y==z; printf("3.%d\n",x); x==(y=z); printf("%d",x); }
Describe for loop and write a c program to sum the series X + x2/2! + x3 /3! + …….. up to fifteen terms.
Explain void pointer?
What is nested structure?
explain what is an endless loop?
What are the benefits of organizational structure?
What is function what are the types of function?