how to sort two array of characters and make a new array of
characters.
Answer / vijay
first merge two arrays and eliminate duplicate elements and
we can sort it
| Is This Answer Correct ? | 5 Yes | 3 No |
how 2 compile & execute c program with out using editor?
what is answer for perfect number????????????????
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
How can I pad a string to a known length?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
What is variable initialization and why is it important?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it
wap in c to accept a number display the total count of digit
Explain the meaning of keyword 'extern' in a function declaration.
What is static memory allocation? Explain
What is the maximum no. of arguments that can be given in a command line in C.?
What is the difference between GETS();AND SCANF();