What is meant by recursion?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between mpi and openmp?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
Which is better malloc or calloc?
What is hungarian notation? Is it worthwhile?
Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4
Write a program to find the biggest number of three numbers in c?
write a program to swap bits in a character and return the value prototype of function char fun (char a, charb flag c) where fun returns a char, char a is a the value char b is the bit to be changed and flag c is the bit value for eg: x=fun(45,7,0) since 45 is 0010 0101 and ow x should contain the value 65 (0110 0101)
1 Answers Bosch, College School Exams Tests,
Differentiate between a for loop and a while loop? What are it uses?
which operator is known as dummy operator in c?
Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;
How a string is stored in c?
please give me some tips for the placement in the TCS.