How can I generate floating-point random numbers?
No Answer is Posted For this Question
Be the First to Post Answer
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
If we give two names then this displays the connection between the two people. It is nothing but flames game
What is the process to create increment and decrement stamen in c?
Explain how can a program be made to print the name of a source file where an error occurs?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
Write a program in C to convert date displayed in gregorian to julian date
In scanf h is used for
What is indirection?
What is the difference between typeof(foo) and myFoo.GetType()?
List some basic data types in c?