what is develop in c language
Answers were Sorted based on User's Feedback
Write a program to print fibonacci series using recursion?
i got 75% in all semester am i eligible for your company
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
int *a[5] refers to
main() { int l=6; switch(l) { default:l=l+2; case 4:l=4; case 5:l++; break; } printf("%d",l); }
How to write the code of the program to swap two numbers with in one statement?
When should the register modifier be used? Does it really help?
What are the two types of structure?
what is C?
what is the use of call back function in c?tell me with example
what is the structure pointer?
Eight queens puzzle