What is action and transformation in spark?
No Answer is Posted For this Question
Be the First to Post Answer
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
why arithmetic operation can’t be performed on a void pointer?
in which language c language is written?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are local variables c?
find largest element in array w/o using sorting techniques.
What is wrong in this statement?
What is the easiest sorting method to use?
What is static memory allocation? Explain
What is default value of global variable in c?
a memory of 20 bytes is allocated to a string declared as char *s then the following two statements are executed: s="Etrance" l=strlen(s); what is the value of l ? a.20 b.8 c.9 d.21
what is calloc and malloc?