Explain what is the benefit of using enum to declare a constant?
No Answer is Posted For this Question
Be the First to Post Answer
In the following control structure which is faster? 1.Switch 2.If-else and which consumes more memory?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
How can I open a file so that other programs can update it at the same time?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
Write a program to implement queue.
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.
What are the rules for identifiers in c?
Do pointers need to be initialized?
What does. int *x[](); means ?
Not all reserved words are written in lowercase. TRUE or FALSE?
1. main() { printf("%d",printf("HelloSoft")); } Output?
What is malloc return c?