Write a program to generate random numbers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is available in C language but not in C++?
10 Answers CTS, TCS,
Explain union. What are its advantages?
What is a rvalue?
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
Is this program statement valid? INT = 10.50;
2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);
Explain what is wrong with this program statement? Void = 10;
proc() { static i=10; printf("%d",i); } If this proc() is called second time, what is the output?
how does printf function work
how can i print "hello".please consider inverted commas as well.i want to print on console: "hello"
what are the advantages of a macro over a function?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,