Answer Posted / shrth
example:435
the answer is 4+3+5=12
| Is This Answer Correct ? | 89 Yes | 49 No |
Post New Answer View All Answers
What is the difference between single charater constant and string constant?
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.
Explain a file operation in C with an example.
Tell us bitwise shift operators?
What is a function in c?
Calculate 1*2*3*____*n using recursive function??
Is it possible to execute code even after the program exits the main() function?
what is a function method?give example?
What is a pointer in c?
Why clrscr is used in c?
What is the size of enum in c?
Explain how do you determine a file’s attributes?
Write a program to reverse a given number in c language?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What does it mean when a pointer is used in an if statement?