What are the types of data files?
No Answer is Posted For this Question
Be the First to Post Answer
write a function for strtok()??
How to convert decimal to binary in C using recursion??
what is the benefit of c30
main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail
Why is structure important for a child?
print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1
Why is malloc used?
write a program for the normal snake games find in most of the mobiles.
What is anagram in c?
What is meant by keywords in c?
write a statement to display all the elements array M(in reverse order? int M[8]={20,21,22,23,24,25,26,27};
swap two integer variables without using a third temporary variable?