differentiate built-in functions and user – defined functions.
how to find binary of number?
write an algorithm and a program to count the number of elements in a circularly singly linked list
Write a routine that prints out a 2-D array in spiral order!
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain what is page thrashing?
write a program to sort the elements in a given array in c language
Distinguish between actual and formal arguments.
What is a nested loop?
Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A
What is the g value paradox?
1.What is a Data Structure? Explain its need? 2.What is a Directed Graph? Write an algorithm to find whether a Directed Graph is connected or not? 3.Explain the process of converting a Tree to a Binary Tree.