Explain how do you generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
the format specified for hexa decimal is a.%d b.%o c.%x d.%u
what is pointer?
13 Answers HCL, TCS,
how to set Nth bit of variable by using MACRO
what is the use of using linked list and array?
How can you print HELLO WORLD without using "semicolon"?
What are actual arguments?
main() { printf("hello"); fork(); }
What is function definition in c?
Find greatest of two numbers using macro
How can I insert or delete a line (or record) in the middle of a file?
biggest of two no's with out using if condition statement
How can I do graphics in c?