Can you write a programmer for FACTORIAL using recursion?
no consistent academics. how to answer the question
Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female
What’s a signal? Explain what do I use signals for?
Explain the concept of "dangling pointers" in C.
What is a header file?
Can a variable be both const and volatile?
What is preprocessor with example?
can we have joblib in a proc ?
int i=10; printf("%d %d %d", i, i=20, i);
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
Explain what are global variables and explain how do you declare them?
Why is c called c?