Explain the binary height balanced tree?
No Answer is Posted For this Question
Be the First to Post Answer
Why should I use standard library functions instead of writing my own?
What is void main ()?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.
praagnovation
Explain what standard functions are available to manipulate strings?
Write a code to generate a series where the next element is the sum of last k terms.
Explain the use of 'auto' keyword
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
What is diffrance between declaration and defination of a variable or function