write a c program to find the probability of random numbers between 1-1000
No Answer is Posted For this Question
Be the First to Post Answer
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
What is the scope of global variable in c?
What is a shell structure examples?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
How would you obtain the current time and difference between two times?
What are the valid places to have keyword “break”?
How can I make a program in c to print 'Hello' without using semicolon in the code?
9 Answers C DAC, Practical Viva Questions,
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 5 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What header files do I need in order to define the standard library functions I use?
what is the different bitween abap and abap-hr?