How do you define a function?
No Answer is Posted For this Question
Be the First to Post Answer
Are the outer parentheses in return statements really optional?
Write a program to reverse a given number in c language?
What is the difference between int main and void main?
In a switch statement, explain what will happen if a break statement is omitted?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
Explain setjmp()?
Explain how can I open a file so that other programs can update it at the same time?
Can you define which header file to include at compile time?
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
i have a written test in tomorrow
Concat two string with most overlapped substring has to removeĀ "abcd"+ "cdef" = "abcdef