How can I increase the allowable number of simultaneously
open files?
What is const and volatile in c?
What are disadvantages of C language.
What compilation do?
7 Answers Geometric Software, Infosys,
What is getch c?
What is the use of define in c?
Find occurence of a character in a sting.
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
Is null equal to 0 in sql?
Explain Doubly Linked Lists?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What functions are used in dynamic memory allocation in c?
how to create c progarm without void main()?