When should I declare a function?
No Answer is Posted For this Question
Be the First to Post Answer
What are volatile variables in c?
Difference between exit() and _exit() function?
What is the importance of c in your views?
What are the uses of a pointer?
What is the purpose of main() function?
How can I find out if there are characters available for reading?
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.
7 Answers Accenture, Gridco, IBM, Kevin IT, TCS, Vimukti Technologies,
Explain what is gets() function?
What is string length in c?
Linked lists -- can you tell me how to check whether a linked list is circular?