What is the use of parallelize in spark?
What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?
a 'c' program to tell that the set of three coordinates lie on a same line
Explain how does flowchart help in writing a program?
write a program to delete an item from a particular location of an linear array?
What is malloc and calloc?
Can a variable be both constant and volatile?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is the sizeof () operator?
what is difference between array of characters and string
enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
Explain goto?