What are the various types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
Explain enumerated types.
what is the similarities between. system call and library function?
write an algorithm which can find the largest number among the given list using binary search ............... this was asked in the interview
2 Answers Satyam, UNIS, Wipro,
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
how is the examination pattern?
What is a pointer in c plus plus?
What is a method in c?
Is boolean a datatype in c?
Can you assign a different address to an array tag?
explain about storage of union elements.
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings