How many parameters should a function have?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how can I remove the trailing spaces from a string?
What does static variable mean in c?
what is the difference between #include<> and #include”…”?
how to swap 4 number without using temporary number?
using for loop sum 2 number of any 4 digit number in c language
how to find greatet of 10 numbers without using array?
How to set file pointer to beginning c?
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'); }
tell me the full form of c?
Why doesn't the code "a[i] = i++;" work?
Do you know the use of fflush() function?
what are the languages used in c#?