What is return type in c?
No Answer is Posted For this Question
Be the First to Post Answer
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What is return type in c?
What does %c mean in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
C,c++, Java is all are structural oriented or procedure oriented language..?
What is data structure in c and its types?
What is the significance of an algorithm to C programming?
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'); }
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the difference between new and malloc functions?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
what is a stack