Is c easier than java?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
What is modeling?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Explain how can you tell whether two strings are the same?
write a program to create a sparse matrix using dynamic memory allocation.
Bit swapping
write a program to compare 2 numbers without using logical operators?
given post order,in order construct the corresponding binary tree
an algorithem for the implementation of circular doubly linked list
What is difference between %d and %i in c?