How can you increase the allowable number of simultaneously open files?
No Answer is Posted For this Question
Be the First to Post Answer
Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx
what is the difference between i++ and ++i?
write a program of palindrome(madam=madam) using pointer?
What is an expression?
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
How can you return multiple values from a function?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
how to add our own function in c library please give details.?
write a program to remove occurrences the word from entered text?
What is ctrl c called?
why should i select you?
Why c is called free form language?