Why do we need functions in c?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to find factorial of a number using recursive function.
What is the use of the restrict keyword?
WAP TO ACCEPT STRING AND COUNT A COMES N TIMES B COMES N TIMES C COMES N TIMES D COMES N TIMES AND SO ON......... AT LAST UNTIL Z COMES N TIMES...............
What are integer variable, floating-point variable and character variable?
show how link list can be used to repersent the following polynomial i) 5x+2
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
Tell me the use of bit field in c language?
which is an algorithm for sorting in a growing Lexicographic order
plz let me know how to become a telecom protocol tester. thank you.
Compare interpreters and compilers.
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
What is volatile variable in c?