Answer Posted / mounica
please send the placement papers in c
| Is This Answer Correct ? | 18 Yes | 1 No |
Post New Answer View All Answers
How can this be legal c?
write a program to rearrange the array such way that all even elements should come first and next come odd
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
When would you use a pointer to a function?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
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 how do you search data in a data file using random access method?
Can you please explain the difference between malloc() and calloc() function?
Does c have class?
Are the expressions * ptr ++ and ++ * ptr same?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is unary operator?
What are conditional operators in C?
How can I change their mode to binary?