What are two dimensional arrays alternatively called as?
No Answer is Posted For this Question
Be the First to Post Answer
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
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.
What does char * * argv mean in c?
What is the 'named constructor idiom'?
Why is c used in embedded systems?
If input is 123 then how to print 100 and 20 and 3 seperately?
what are brk, sbrk?
What are pointers in C? Give an example where to illustrate their significance.
how to find binary of number?
What is the c value paradox and how is it explained?
Define C in your own Language.
What is difference between constant pointer and constant variable?