How will you find a duplicate number in a array without
negating the nos ?
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
What is your stream meaning?
What is structure of c program?
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.
How to reverse a string using a recursive function, with swapping?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
Explain how can I manipulate strings of multibyte characters?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What are header files and explain what are its uses in c programming?
Is there any data type in c with variable size?
main() { int i = 1; int num[] = {1,2,3,4}; num[i] = i++; printf("%d", num[i]); } what will be the output? }
22 Answers NDS, TCS,
What do you mean by keywords in c?