What is the use of parallelize in spark?
No Answer is Posted For this Question
Be the First to Post Answer
How do we declare variables in c?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is C++
what is difference between procedural language and functional language ?
the operator for exponencation is a.** b.^ c.% d.not available
What’s the special use of UNIONS?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
How would you print out the data in a binary tree, level by level, starting at the top?
Program to write some contents into a file using file operations with proper error messages.
What is the size of a union variable?