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
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,
3. Program to print all possible substrings. ex: String S St Str Stri Strin String t tr tri trin tring r
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
what is the size of an integer variable?
Is c an object oriented programming language?
How does the C program handle segmentation faults?
what are two categories of clint-server application development ?
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
0 Answers College School Exams Tests,
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Explain b+ tree?
What are the preprocessors?