What is the process to generate random numbers in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????
What is a program?
What is 2 d array in c?
How can I delete a file?
A C E G H +B D F A I ------------ E F G H D
What are extern variables in c?
what is the difference between structure and union?
Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers
What is the difference between volatile and const volatile?
How the c program is executed?
Is there sort function in c?
What are global variables and explain how do you declare them?